Commit 7c1dd19 1 parent e80d413 commit 7c1dd19 Copy full SHA for 7c1dd19
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 85
85
uses : actions/checkout@v4
86
86
87
87
- name : Setup Docker Buildx
88
- uses : docker/setup-buildx-action@v2
88
+ uses : docker/setup-buildx-action@v3
89
89
90
90
- name : Prepare repository name
91
91
id : prepare-repository-name
@@ -95,12 +95,12 @@ jobs:
95
95
96
96
- name : Extract metadata (tags, labels) for Docker
97
97
id : extract-metadata
98
- uses : docker/metadata-action@v4
98
+ uses : docker/metadata-action@v5
99
99
with :
100
100
images : ${{ steps.prepare-repository-name.outputs.repository }}
101
101
102
102
- name : Build Docker image
103
- uses : docker/build-push-action@v4
103
+ uses : docker/build-push-action@v5
104
104
with :
105
105
platforms : linux/amd64,linux/arm64
106
106
context : .
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
uses : actions/checkout@v4
31
31
32
32
- name : Setup Docker Buildx
33
- uses : docker/setup-buildx-action@v2
33
+ uses : docker/setup-buildx-action@v3
34
34
35
35
- name : Log in to the Container registry
36
- uses : docker/login-action@v2
36
+ uses : docker/login-action@v3
37
37
with :
38
38
registry : ${{ env.REGISTRY }}
39
39
username : ${{ github.actor }}
@@ -47,12 +47,12 @@ jobs:
47
47
48
48
- name : Extract metadata (tags, labels) for Docker
49
49
id : extract-metadata
50
- uses : docker/metadata-action@v4
50
+ uses : docker/metadata-action@v5
51
51
with :
52
52
images : ${{ steps.prepare-repository-name.outputs.repository }}
53
53
54
54
- name : Build and push Docker image
55
- uses : docker/build-push-action@v4
55
+ uses : docker/build-push-action@v5
56
56
with :
57
57
platforms : linux/amd64,linux/arm64
58
58
context : .
You can’t perform that action at this time.
0 commit comments