Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gesugao-san authored Feb 13, 2024
1 parent 7c37c2d commit a409c74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: meta
uses: docker/[email protected]
with:
images: ${{ env.IMAGE_NAME }} #my-docker-hub-namespace/my-docker-hub-repository
images: ${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/[email protected]
Expand All @@ -48,5 +48,5 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ env.IMAGE_NAME }} # $ {{ steps.meta.outputs.tags }}
#labels: $ {{ steps.meta.outputs.labels }}

0 comments on commit a409c74

Please sign in to comment.