Skip to content

Commit

Permalink
fix metadata-action version for docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed Oct 17, 2024
1 parent c2e1816 commit 9f695a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@5
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Load and push image
Expand Down

0 comments on commit 9f695a8

Please sign in to comment.