Skip to content

Commit

Permalink
chore(deps): update docker/metadata-action digest to 359e915
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 3d22447 commit 9762975
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 @@ -2086,7 +2086,7 @@ jobs:

- name: GHCR meta
id: ghcr-meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/${{ matrix.image.name }}
Expand Down Expand Up @@ -2116,7 +2116,7 @@ jobs:
- name: DockerHub meta
if: ${{ env.dockerhub_username != '' }}
id: dockerhub-meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5
with:
images: |
${{ github.repository_owner }}/${{ matrix.image.name }}
Expand Down

0 comments on commit 9762975

Please sign in to comment.