Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saiteja-madha authored Oct 2, 2024
1 parent 4b29f61 commit ba40600
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: my-docker-hub-namespace/my-docker-hub-repository
images: ${{ env.IMAGE_NAME }}

- name: Print metadata
run: echo "${{ steps.meta.outputs.tags }}" "${{ steps.meta.outputs.labels }}"

- name: Build and push Docker image
id: push
Expand Down

0 comments on commit ba40600

Please sign in to comment.