Skip to content

Commit c0ef3e3

Browse files
authored
Update docker-image.yml
1 parent d648810 commit c0ef3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: meta
3939
uses: docker/metadata-action@v3
4040
with:
41-
images: pinpointdocker/${{ inputs.component }}
41+
images: galam/${{ inputs.component }}
4242

4343
- name: Build and push Docker image
4444
uses: docker/build-push-action@v2
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
username: ${{ secrets.docker_username }}
5656
password: ${{ secrets.docker_password }}
57-
repository: pinpointdocker/${{ inputs.component }}
57+
repository: galam/${{ inputs.component }}
5858
readme-filepath: ./${{ inputs.component }}/Readme.md
5959

6060

0 commit comments

Comments
 (0)