Skip to content

Commit

Permalink
Merge pull request #37 from Ilyes512/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
Ilyes512 committed Oct 13, 2023
2 parents d99f7e7 + 2c2b3f3 commit 0d02c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0
- name: Docker meta (debian)
id: meta_debian
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ steps.image_name.outputs.lowercase }}
flavor: |
Expand All @@ -55,7 +55,7 @@ jobs:
type=ref,event=pr,prefix=debian-pr-
- name: Docker meta (scratch)
id: meta_scratch
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ steps.image_name.outputs.lowercase }}
flavor: |
Expand Down

0 comments on commit 0d02c98

Please sign in to comment.