Skip to content

Commit

Permalink
chore(deps): update docker/metadata-action digest to 369eb59
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 18ad1b6 commit a3ae24b
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@369eb591f429131d6889c46b94e711f089e6ca96 # 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@369eb591f429131d6889c46b94e711f089e6ca96 # v5
with:
images: |
${{ github.repository_owner }}/${{ matrix.image.name }}
Expand Down

0 comments on commit a3ae24b

Please sign in to comment.