Skip to content

Commit

Permalink
ci: assign ID to meta step
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingKoopa committed Jan 10, 2024
1 parent bf8e9be commit 02d36d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
steps:
# Docs: https://github.com/docker/metadata-action
- name: Generate Docker tags
id: meta
uses: docker/metadata-action@v5
with:
images: '${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.image.target || matrix.image.tag }}'
Expand Down

0 comments on commit 02d36d9

Please sign in to comment.