Commit 396ab45 1 parent b2ff63f commit 396ab45 Copy full SHA for 396ab45
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,28 +18,28 @@ jobs:
18
18
steps :
19
19
# Get the repository's code
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
# https://github.com/docker/setup-qemu-action
23
23
- name : Set up QEMU
24
- uses : docker/setup-qemu-action@v1
24
+ uses : docker/setup-qemu-action@v3
25
25
# https://github.com/docker/setup-buildx-action
26
26
- name : Set up Docker Buildx
27
27
id : buildx
28
- uses : docker/setup-buildx-action@v1
28
+ uses : docker/setup-buildx-action@v3
29
29
- name : Login to GHCR
30
- uses : docker/login-action@v1
30
+ uses : docker/login-action@v4
31
31
with :
32
32
registry : ghcr.io
33
33
username : ${{ github.repository_owner }}
34
34
password : ${{ secrets.GITHUB_TOKEN }}
35
35
- name : Login to Docker Hub
36
- uses : docker/login-action@v1
36
+ uses : docker/login-action@v4
37
37
with :
38
38
username : ${{ secrets.DOCKERHUB_USERNAME }}
39
39
password : ${{ secrets.DOCKERHUB_TOKEN }}
40
40
- name : Docker meta
41
41
id : docker_meta_tag_step # you'll use this in the next step
42
- uses : docker/metadata-action@v3
42
+ uses : docker/metadata-action@v4
43
43
with :
44
44
# list of Docker images to use as base name for tags
45
45
images : |
You can’t perform that action at this time.
0 commit comments