Skip to content

Commit

Permalink
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 and mnonnenmacher committed Nov 19, 2024
1 parent bf0bb08 commit 7a5015a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract Metadata for 'ort' Docker Image
id: meta-ort
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5
with:
images: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/ort
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
sbom: true
- name: Extract Metadata for 'ort-minimal' Docker Image
id: meta-ort-minimal
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5
with:
images: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/ort-minimal
Expand Down

0 comments on commit 7a5015a

Please sign in to comment.