Skip to content

Commit dabae46

Browse files
item 12045
Signed-off-by: Aleksey Gavrilov <[email protected]>
1 parent e6c9bc3 commit dabae46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Docker meta
3535
id: docker_meta
36-
uses: crazy-max/ghaction-docker-meta@v1
36+
uses: crazy-max/ghaction-docker-meta@v5
3737
with:
3838
images: cesanta/docker_auth
3939
tag-edge: true
@@ -43,28 +43,28 @@ jobs:
4343
{{major}}.{{minor}}
4444
4545
- name: Set up QEMU
46-
uses: docker/setup-qemu-action@v1
46+
uses: docker/setup-qemu-action@v3
4747
with:
4848
platforms: all
4949

5050
- name: Set up Docker Buildx
5151
id: buildx
52-
uses: docker/setup-buildx-action@v1
52+
uses: docker/setup-buildx-action@v3
5353
with:
5454
install: true
5555
version: latest
5656
# TODO: Remove driver-opts once fix is released docker/buildx#386
5757
driver-opts: image=moby/buildkit:master
5858

5959
- name: Login to DockerHub
60-
uses: docker/login-action@v1
60+
uses: docker/login-action@v3
6161
with:
6262
username: ${{ secrets.DOCKER_USERNAME }}
6363
password: ${{ secrets.DOCKER_PASSWORD }}
6464
if: github.event_name == 'push'
6565

6666
- name: Build and Push
67-
uses: docker/build-push-action@v2
67+
uses: docker/build-push-action@v6
6868
with:
6969
context: auth_server
7070
file: auth_server/Dockerfile

0 commit comments

Comments
 (0)