Skip to content

Commit

Permalink
Update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 28e609b commit 4b9e342
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand All @@ -95,7 +95,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN_TECHLAB }}
-
name: Build techlab version
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down
12 changes: 6 additions & 6 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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand All @@ -97,7 +97,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN_TECHLAB }}
-
name: Build techlab version
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 4b9e342

Please sign in to comment.