Skip to content

Commit 5d4c067

Browse files
authored
Merge pull request arc53#1394 from arc53/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 4 to 6
2 parents 3f10a77 + 9972435 commit 5d4c067

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Build and push Docker images to docker.io and ghcr.io
37-
uses: docker/build-push-action@v4
37+
uses: docker/build-push-action@v6
3838
with:
3939
file: './application/Dockerfile'
4040
platforms: linux/amd64

.github/workflows/cife.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Runs a single command using the runners shell
3737
- name: Build and push Docker images to docker.io and ghcr.io
38-
uses: docker/build-push-action@v4
38+
uses: docker/build-push-action@v6
3939
with:
4040
file: './frontend/Dockerfile'
4141
platforms: linux/amd64, linux/arm64

.github/workflows/docker-develop-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Build and push Docker images to docker.io and ghcr.io
39-
uses: docker/build-push-action@v4
39+
uses: docker/build-push-action@v6
4040
with:
4141
file: './application/Dockerfile'
4242
platforms: linux/amd64

.github/workflows/docker-develop-fe-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Build and push Docker images to docker.io and ghcr.io
39-
uses: docker/build-push-action@v4
39+
uses: docker/build-push-action@v6
4040
with:
4141
file: './frontend/Dockerfile'
4242
platforms: linux/amd64

0 commit comments

Comments
 (0)