Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ram authored Mar 3, 2023
1 parent d648810 commit c0ef3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: pinpointdocker/${{ inputs.component }}
images: galam/${{ inputs.component }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand All @@ -54,7 +54,7 @@ jobs:
with:
username: ${{ secrets.docker_username }}
password: ${{ secrets.docker_password }}
repository: pinpointdocker/${{ inputs.component }}
repository: galam/${{ inputs.component }}
readme-filepath: ./${{ inputs.component }}/Readme.md


0 comments on commit c0ef3e3

Please sign in to comment.