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 90
90
password : ${{ secrets.DOCKERHUB_TOKEN }}
91
91
-
92
92
name : Build and push
93
- uses : docker/build-push-action@v5
93
+ uses : docker/build-push-action@v6
94
94
with :
95
95
push : true
96
96
tags : user/app:latest
@@ -115,7 +115,7 @@ to the default Git context:
115
115
uses: docker/setup-buildx-action@v3
116
116
-
117
117
name: Build and push
118
- uses: docker/build-push-action@v5
118
+ uses: docker/build-push-action@v6
119
119
with:
120
120
context: "{{defaultContext}}:mysubdir"
121
121
push: true
@@ -130,7 +130,7 @@ named `GIT_AUTH_TOKEN` to be able to authenticate against it with Buildx:
130
130
` ` ` yaml
131
131
-
132
132
name: Build and push
133
- uses: docker/build-push-action@v5
133
+ uses: docker/build-push-action@v6
134
134
with:
135
135
push: true
136
136
tags: user/app:latest
@@ -169,7 +169,7 @@ jobs:
169
169
password: ${{ secrets.DOCKERHUB_TOKEN }}
170
170
-
171
171
name: Build and push
172
- uses: docker/build-push-action@v5
172
+ uses: docker/build-push-action@v6
173
173
with:
174
174
context: .
175
175
push: true
Original file line number Diff line number Diff line change 59
59
uses : crazy-max/ghaction-setup-containerd@v2
60
60
-
61
61
name : Build Docker image
62
- uses : docker/build-push-action@v5
62
+ uses : docker/build-push-action@v6
63
63
with :
64
64
context : .
65
65
platforms : linux/amd64,linux/arm64
@@ -112,7 +112,7 @@ to generate sanitized tags:
112
112
tags: latest
113
113
114
114
- name: Build and push
115
- uses: docker/build-push-action@v5
115
+ uses: docker/build-push-action@v6
116
116
with:
117
117
context: .
118
118
push: true
@@ -130,7 +130,7 @@ Or a dedicated step to sanitize the slug:
130
130
script: return 'ghcr.io/${{ github.repository }}'.toLowerCase()
131
131
132
132
- name: Build and push
133
- uses: docker/build-push-action@v5
133
+ uses: docker/build-push-action@v6
134
134
with:
135
135
context: .
136
136
push: true
You can’t perform that action at this time.
0 commit comments