Skip to content

Commit 6015262

Browse files
chore(deps): bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80034fc commit 6015262

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v2
2222
- name: Build Image
23-
uses: docker/build-push-action@v2
23+
uses: docker/build-push-action@v3
2424
with:
2525
context: .
2626
file: ./Dockerfile
@@ -78,7 +78,7 @@ jobs:
7878
docker load --input /tmp/image-bookstack.tar
7979
docker image ls -a
8080
- name: Set up QEMU
81-
uses: docker/setup-qemu-action@v1
81+
uses: docker/setup-qemu-action@v2
8282
- name: Set up Docker Buildx
8383
uses: docker/setup-buildx-action@v2
8484
- name: Login to DockerHub
@@ -94,7 +94,7 @@ jobs:
9494
username: ${{ github.repository_owner }}
9595
password: ${{ secrets.CR_PAT }}
9696
- name: Build and Push
97-
uses: docker/build-push-action@v2
97+
uses: docker/build-push-action@v3
9898
with:
9999
context: .
100100
file: ./Dockerfile

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v2
2222
- name: Build and push Dev
23-
uses: docker/build-push-action@v2
23+
uses: docker/build-push-action@v3
2424
with:
2525
context: .
2626
file: ./Dockerfile

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v2
2222
- name: Build and push Dev
23-
uses: docker/build-push-action@v2
23+
uses: docker/build-push-action@v3
2424
with:
2525
context: .
2626
file: ./Dockerfile
@@ -76,7 +76,7 @@ jobs:
7676
docker load --input /tmp/image-bookstack.tar
7777
docker image ls -a
7878
- name: Set up QEMU
79-
uses: docker/setup-qemu-action@v1
79+
uses: docker/setup-qemu-action@v2
8080
- name: Set up Docker Buildx
8181
uses: docker/setup-buildx-action@v2
8282
- name: Login to DockerHub
@@ -92,7 +92,7 @@ jobs:
9292
username: ${{ github.repository_owner }}
9393
password: ${{ secrets.CR_PAT }}
9494
- name: Build and Push master
95-
uses: docker/build-push-action@v2
95+
uses: docker/build-push-action@v3
9696
with:
9797
context: .
9898
file: ./Dockerfile

0 commit comments

Comments
 (0)