Skip to content

Commit

Permalink
re-pin actions
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Feb 12, 2025
1 parent 9d72b01 commit 0770e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Build and push by digest
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
with:
platforms: ${{ matrix.image.platform }}
labels: ${{ steps.docker-metadata.outputs.labels }}
Expand All @@ -77,7 +77,7 @@ jobs:
DIGEST: ${{ steps.build.outputs.digest }}

- name: Upload digest
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: digests-${{ matrix.image.platform-pair }}
path: ${{ runner.temp }}/digests/*
Expand All @@ -97,7 +97,7 @@ jobs:

steps:
- name: Download digests
uses: actions/download-artifact@v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
path: ${{ runner.temp }}/digests
pattern: digests-*
Expand Down

0 comments on commit 0770e46

Please sign in to comment.