Skip to content

Commit 1c54d38

Browse files
committed
1 parent 3754683 commit 1c54d38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ jobs:
1818
id-token: write
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Set up QEMU
24-
uses: docker/setup-qemu-action@v3
24+
uses: docker/setup-qemu-action@v3.6.0
2525

2626
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v3
27+
uses: docker/setup-buildx-action@v3.11.1
2828

2929
- name: Log in to GHCR
30-
uses: docker/login-action@v3
30+
uses: docker/login-action@v3.6.0
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.repository_owner }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Docker metadata
3737
id: meta
38-
uses: docker/metadata-action@v5
38+
uses: docker/metadata-action@v5.8.0
3939
with:
4040
images: ${{ env.IMAGE_NAME }}
4141
tags: |
@@ -45,7 +45,7 @@ jobs:
4545
type=raw,value=latest,enable={{is_default_branch}}
4646
4747
- name: Build and push
48-
uses: docker/build-push-action@v6
48+
uses: docker/build-push-action@v6.18.0
4949
with:
5050
context: .
5151
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)