Skip to content

Commit 1c1348a

Browse files
renovate[bot]FireMasterK
authored andcommitted
chore(deps): update docker/build-push-action action to v6
1 parent 275eddc commit 1c1348a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Create Version File
4343
run: echo $(git log -1 --date=short --pretty=format:%cd)-$(git rev-parse --short HEAD) > VERSION
4444
- name: Build Image Locally
45-
uses: docker/build-push-action@v5
45+
uses: docker/build-push-action@v6
4646
with:
4747
context: .
4848
load: true

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
username: ${{ secrets.DOCKER_USERNAME }}
4848
password: ${{ secrets.DOCKER_PASSWORD }}
4949
- name: Build and push
50-
uses: docker/build-push-action@v5
50+
uses: docker/build-push-action@v6
5151
with:
5252
context: .
5353
file: ${{ matrix.dockerfile }}

.github/workflows/docker-migrations-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
name: piped-old.jar
5656
- name: Build Old Image Locally
57-
uses: docker/build-push-action@v5
57+
uses: docker/build-push-action@v6
5858
with:
5959
context: .
6060
load: true
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
name: piped.jar
6969
- name: Build New Image Locally
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
with:
7272
context: .
7373
load: true

0 commit comments

Comments
 (0)