Skip to content

Commit

Permalink
Fix github action for publishing images to GitHub Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Sep 19, 2023
1 parent b494935 commit 529b8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: meta
uses: docker/metadata-action@v2
with:
images: verapdf/rest
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

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

0 comments on commit 529b8fc

Please sign in to comment.