Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: kannan-nic <[email protected]>
kannan-nic authored May 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b20ec75 commit 1dcfc34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,8 @@ jobs:
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
#images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ghcr.io/ict-vvf-genova/dex-smtp:master

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action

0 comments on commit 1dcfc34

Please sign in to comment.