Skip to content

Commit

Permalink
Update metadata action of docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
otterdahl committed Jan 17, 2024
1 parent a45afd8 commit 63d3cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
Expand Down

0 comments on commit 63d3cbb

Please sign in to comment.