File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,27 +37,27 @@ jobs:
37
37
contents : read
38
38
steps :
39
39
- name : Check out the repo
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v4
41
41
42
42
- name : Set up QEMU
43
- uses : docker/setup-qemu-action@v1
43
+ uses : docker/setup-qemu-action@v3
44
44
with :
45
45
image : tonistiigi/binfmt:latest
46
46
platforms : all
47
47
48
48
- name : Set up Docker Buildx
49
- uses : docker/setup-buildx-action@v1
49
+ uses : docker/setup-buildx-action@v3
50
50
51
51
- name : Log in to the Container registry
52
- uses : docker/login-action@v1
52
+ uses : docker/login-action@v3
53
53
with :
54
54
registry : ghcr.io
55
55
username : ${{ github.actor }}
56
56
password : ${{ secrets.GITHUB_TOKEN }}
57
57
58
58
- name : Extract metadata (tags, labels) for Docker
59
59
id : meta
60
- uses : docker/metadata-action@v3
60
+ uses : docker/metadata-action@v5
61
61
with :
62
62
images : |
63
63
ghcr.io/${{ github.repository }}
68
68
type=semver,pattern={{major}}.{{minor}}
69
69
70
70
- name : Build and push Docker images (supported platforms)
71
- uses : docker/bake-action@v1.7.0
71
+ uses : docker/bake-action@v5
72
72
with :
73
73
files : |
74
74
.github/workflows/docker-bake.hcl
You can’t perform that action at this time.
0 commit comments