Skip to content

Commit 46fb9f0

Browse files
committed
ci: pin docker action versions (v3 cached a broken SHA)
1 parent 224323c commit 46fb9f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ jobs:
5959
echo "minor=$(echo "$v" | cut -d. -f1-2)" >> "$GITHUB_OUTPUT"
6060
6161
- name: Set up QEMU (for arm64 cross-build)
62-
uses: docker/setup-qemu-action@v3
62+
uses: docker/setup-qemu-action@v3.6.0
6363

6464
- name: Set up Buildx
65-
uses: docker/setup-buildx-action@v3
65+
uses: docker/setup-buildx-action@v3.10.0
6666

6767
- name: Login to ghcr
68-
uses: docker/login-action@v3
68+
uses: docker/login-action@v3.4.0
6969
with:
7070
registry: ${{ env.REGISTRY }}
7171
username: ${{ github.actor }}
7272
password: ${{ secrets.GITHUB_TOKEN }}
7373

7474
- name: Build + push (amd64 + arm64)
75-
uses: docker/build-push-action@v5
75+
uses: docker/build-push-action@v6.18.0
7676
with:
7777
context: .
7878
file: ./Dockerfile

0 commit comments

Comments
 (0)