Skip to content

Commit

Permalink
Update snorkrat-reg-publish.yml
Browse files Browse the repository at this point in the history
added image name back
  • Loading branch information
snorkrat authored Oct 31, 2022
1 parent a20d8b6 commit 503ddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snorkrat-reg-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ secrets.SNORKRAT_REG_URL }}/amvd
images: ${{ secrets.SNORKRAT_REG_URL }}/${{ env.IMAGE_NAME_SHORT }}

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

0 comments on commit 503ddfa

Please sign in to comment.