Skip to content

Commit 0883ebe

Browse files
authored
Merge pull request #1139 from crazy-max/bump-major
docs: bump actions to latest major
2 parents c382f71 + 29d6782 commit 0883ebe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
password: ${{ secrets.DOCKERHUB_TOKEN }}
9191
-
9292
name: Build and push
93-
uses: docker/build-push-action@v5
93+
uses: docker/build-push-action@v6
9494
with:
9595
push: true
9696
tags: user/app:latest
@@ -115,7 +115,7 @@ to the default Git context:
115115
uses: docker/setup-buildx-action@v3
116116
-
117117
name: Build and push
118-
uses: docker/build-push-action@v5
118+
uses: docker/build-push-action@v6
119119
with:
120120
context: "{{defaultContext}}:mysubdir"
121121
push: true
@@ -130,7 +130,7 @@ named `GIT_AUTH_TOKEN` to be able to authenticate against it with Buildx:
130130
```yaml
131131
-
132132
name: Build and push
133-
uses: docker/build-push-action@v5
133+
uses: docker/build-push-action@v6
134134
with:
135135
push: true
136136
tags: user/app:latest
@@ -169,7 +169,7 @@ jobs:
169169
password: ${{ secrets.DOCKERHUB_TOKEN }}
170170
-
171171
name: Build and push
172-
uses: docker/build-push-action@v5
172+
uses: docker/build-push-action@v6
173173
with:
174174
context: .
175175
push: true

TROUBLESHOOTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: crazy-max/ghaction-setup-containerd@v2
6060
-
6161
name: Build Docker image
62-
uses: docker/build-push-action@v5
62+
uses: docker/build-push-action@v6
6363
with:
6464
context: .
6565
platforms: linux/amd64,linux/arm64
@@ -112,7 +112,7 @@ to generate sanitized tags:
112112
tags: latest
113113
114114
- name: Build and push
115-
uses: docker/build-push-action@v5
115+
uses: docker/build-push-action@v6
116116
with:
117117
context: .
118118
push: true
@@ -130,7 +130,7 @@ Or a dedicated step to sanitize the slug:
130130
script: return 'ghcr.io/${{ github.repository }}'.toLowerCase()
131131
132132
- name: Build and push
133-
uses: docker/build-push-action@v5
133+
uses: docker/build-push-action@v6
134134
with:
135135
context: .
136136
push: true

0 commit comments

Comments
 (0)