We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d648810 commit c0ef3e3Copy full SHA for c0ef3e3
.github/workflows/docker-image.yml
@@ -38,7 +38,7 @@ jobs:
38
id: meta
39
uses: docker/metadata-action@v3
40
with:
41
- images: pinpointdocker/${{ inputs.component }}
+ images: galam/${{ inputs.component }}
42
43
- name: Build and push Docker image
44
uses: docker/build-push-action@v2
@@ -54,7 +54,7 @@ jobs:
54
55
username: ${{ secrets.docker_username }}
56
password: ${{ secrets.docker_password }}
57
- repository: pinpointdocker/${{ inputs.component }}
+ repository: galam/${{ inputs.component }}
58
readme-filepath: ./${{ inputs.component }}/Readme.md
59
60
0 commit comments