Skip to content

Commit

Permalink
Bump docker/metadata-action from 5.3.0 to 5.4.0 (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 020addb commit 2882d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v5.3.0
uses: docker/metadata-action@v5.4.0
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand All @@ -231,7 +231,7 @@ jobs:

- name: Extract Alpine Docker metadata
id: meta-alpine
uses: docker/metadata-action@v5.3.0
uses: docker/metadata-action@v5.4.0
with:
flavor: |
latest=auto
Expand Down

0 comments on commit 2882d6c

Please sign in to comment.