Skip to content

Commit

Permalink
Merge pull request #97 from arvatoaws-labs/renovate/docker-build-push…
Browse files Browse the repository at this point in the history
…-action-5.x

Update docker/build-push-action action to v5
  • Loading branch information
autarchprinceps authored Nov 9, 2023
2 parents 0d5b0d9 + 6ebfd12 commit 4c4292d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: jenkins-arvato
password: ${{ secrets.CR_PAT }}
- name: Build and Push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.0.0
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: jenkins-arvato
password: ${{ secrets.CR_PAT }}
- name: Build and Push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.0.0
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: jenkins-arvato
password: ${{ secrets.CR_PAT }}
- name: Build and Push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.0.0
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: jenkins-arvato
password: ${{ secrets.CR_PAT }}
- name: Build and Push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.0.0
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: jenkins-arvato
password: ${{ secrets.CR_PAT }}
- name: Build and Push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.0.0
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: jenkins-arvato
password: ${{ secrets.CR_PAT }}
- name: Build and Push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.0.0
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: jenkins-arvato
password: ${{ secrets.CR_PAT }}
- name: Build and Push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.0.0
with:
platforms: linux/amd64 # ,linux/arm64
push: true
Expand Down

0 comments on commit 4c4292d

Please sign in to comment.