Skip to content

Commit 26ac1b1

Browse files
Update docker/build-push-action action to v6
1 parent 94a7ee0 commit 26ac1b1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/java11.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
#username: jenkins-arvato
3838
#password: ${{ secrets.CR_PAT }}
3939
- name: Build and Push
40-
uses: docker/build-push-action@v5.3.0
40+
uses: docker/build-push-action@v6.6.1
4141
with:
4242
platforms: linux/amd64,linux/arm64
4343
push: true

.github/workflows/nodejs14.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# username: jenkins-arvato
3838
# password: ${{ secrets.CR_PAT }}
3939
- name: Build and Push
40-
uses: docker/build-push-action@v5.3.0
40+
uses: docker/build-push-action@v6.6.1
4141
with:
4242
platforms: linux/amd64,linux/arm64
4343
push: true

.github/workflows/nodejs16.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# username: jenkins-arvato
3838
# password: ${{ secrets.CR_PAT }}
3939
- name: Build and Push
40-
uses: docker/build-push-action@v5.3.0
40+
uses: docker/build-push-action@v6.6.1
4141
with:
4242
platforms: linux/amd64,linux/arm64
4343
push: true

.github/workflows/nodejs18.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# username: jenkins-arvato
3838
# password: ${{ secrets.CR_PAT }}
3939
- name: Build and Push
40-
uses: docker/build-push-action@v5.3.0
40+
uses: docker/build-push-action@v6.6.1
4141
with:
4242
platforms: linux/amd64,linux/arm64
4343
push: true

.github/workflows/nodejs20.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# username: jenkins-arvato
3838
# password: ${{ secrets.CR_PAT }}
3939
- name: Build and Push
40-
uses: docker/build-push-action@v5.3.0
40+
uses: docker/build-push-action@v6.6.1
4141
with:
4242
platforms: linux/amd64,linux/arm64
4343
push: true

.github/workflows/python3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# username: jenkins-arvato
3838
# password: ${{ secrets.CR_PAT }}
3939
- name: Build and Push
40-
uses: docker/build-push-action@v5.3.0
40+
uses: docker/build-push-action@v6.6.1
4141
with:
4242
platforms: linux/amd64,linux/arm64
4343
push: true

.github/workflows/rust.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# username: jenkins-arvato
3838
# password: ${{ secrets.CR_PAT }}
3939
- name: Build and Push
40-
uses: docker/build-push-action@v5.3.0
40+
uses: docker/build-push-action@v6.6.1
4141
with:
4242
platforms: linux/amd64 # ,linux/arm64
4343
push: true

0 commit comments

Comments
 (0)