Skip to content

Commit

Permalink
Merge pull request #286 from acend/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
splattner authored Jul 7, 2024
2 parents bbb634a + 938eefb commit a6541e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 azure 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/terraform-training:pr-${{ github.event.pull_request.number }}-azure-acend
-
name: Build aws acend 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/terraform-training:pr-${{ github.event.pull_request.number }}-aws-acend
-
name: Build gcp acend Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down
6 changes: 3 additions & 3 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 Azure 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/terraform-training:latest-azure-acend
-
name: Build Acend AWS 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/terraform-training:latest-aws-acend
-
name: Build Acend GCP Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/floryn90/hugo:0.127.0-ext-ubuntu AS builder
FROM docker.io/floryn90/hugo:0.128.2-ext-ubuntu AS builder

ARG TRAINING_HUGO_ENV=default

Expand Down

0 comments on commit a6541e5

Please sign in to comment.