Skip to content

Commit d3200c7

Browse files
committed
ci: upgrade some Docker actions
1 parent 989f173 commit d3200c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
python-version: '3.11'
6464

6565
- name: Set up Docker Buildx
66-
uses: docker/setup-buildx-action@v2
66+
uses: docker/setup-buildx-action@v3
6767

6868
- name: Login to GitHub Container Registry
69-
uses: docker/login-action@v2
69+
uses: docker/login-action@v3
7070
with:
7171
registry: ghcr.io
7272
username: ${{ github.actor }}
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Build Image
8484
id: build-image
85-
uses: docker/build-push-action@v4
85+
uses: docker/build-push-action@v5
8686
with:
8787
context: .
8888
file: build/${{ matrix.image }}.Dockerfile

0 commit comments

Comments
 (0)