Skip to content

Commit

Permalink
Use repo name instead of hard-coding
Browse files Browse the repository at this point in the history
  • Loading branch information
luqasn committed Jun 2, 2022
1 parent 2ead3c0 commit 19aeff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: luqasn/postgres-magicdb
images: ${{ github.repository }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 19aeff0

Please sign in to comment.