Skip to content

Commit

Permalink
Merge pull request #348 from joshuar/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/metadata-action-5.6.1

ci(github): ⬆️ bump docker/metadata-action from 5.5.1 to 5.6.1
  • Loading branch information
joshuar authored Nov 28, 2024
2 parents 85386a8 + 4a8a072 commit de28967
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 @@ -193,7 +193,7 @@ jobs:
run: echo "APPVERSION=${{ needs.check_release.outputs.release_tag }}" >> $GITHUB_ENV
- name: Get Docker metadata
id: docker_metadata
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE }}
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
- name: Get Docker metadata
id: docker_metadata
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE }}
Expand Down

0 comments on commit de28967

Please sign in to comment.