Skip to content

Commit

Permalink
Merge pull request #142 from philips-labs/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
loafoe authored Nov 21, 2023
2 parents a86825a + 9399d78 commit 157eb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
fetch-depth: 2
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 2
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
- name: Set output
Expand Down

0 comments on commit 157eb69

Please sign in to comment.