Skip to content

Commit

Permalink
Merge pull request #598 from acend/renovate/docker-build-push-action-6.x
Browse files Browse the repository at this point in the history
Update docker/build-push-action action to v6
  • Loading branch information
splattner authored Aug 7, 2024
2 parents 00531fe + 4885c87 commit ad62a74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN }}
-
name: Build Acend Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -44,7 +44,7 @@ jobs:
quay.io/acend/kubernetes-basics-training:pr-${{ github.event.pull_request.number }}
-
name: Build Mobi Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -55,7 +55,7 @@ jobs:
quay.io/acend/kubernetes-basics-training:pr-${{ github.event.pull_request.number }}-mobi
-
name: Build OpenShift Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -66,7 +66,7 @@ jobs:
quay.io/acend/kubernetes-basics-training:pr-${{ github.event.pull_request.number }}-openshift
-
name: Build Baloise Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -77,7 +77,7 @@ jobs:
quay.io/acend/kubernetes-basics-training:pr-${{ github.event.pull_request.number }}-baloise
-
name: Build SBB Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -88,7 +88,7 @@ jobs:
quay.io/acend/kubernetes-basics-training:pr-${{ github.event.pull_request.number }}-sbb
-
name: Build BFH Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -106,7 +106,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN_TECHLAB }}
-
name: Build techlab version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN }}
-
name: Build Acend Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -46,7 +46,7 @@ jobs:
quay.io/acend/kubernetes-basics-training:latest
-
name: Build Mobi Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -57,7 +57,7 @@ jobs:
quay.io/acend/kubernetes-basics-training:latest-mobi
-
name: Build OpenShift Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -68,7 +68,7 @@ jobs:
quay.io/acend/kubernetes-basics-training:latest-openshift
-
name: Build Baloise Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -79,7 +79,7 @@ jobs:
quay.io/acend/kubernetes-basics-training:latest-baloise
-
name: Build SBB Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -90,7 +90,7 @@ jobs:
quay.io/acend/kubernetes-basics-training:latest-sbb
-
name: Build BFH Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -108,7 +108,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN_TECHLAB }}
-
name: Build techlab version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit ad62a74

Please sign in to comment.