Skip to content

Commit

Permalink
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 and sschuberth committed Nov 19, 2024
1 parent 2d2690c commit 894f587
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@359e915ab3220d88514ed693793a5cc795192aa6 # v5
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # 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@359e915ab3220d88514ed693793a5cc795192aa6 # v5
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
with:
images: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/ort-minimal
Expand Down

0 comments on commit 894f587

Please sign in to comment.