Skip to content

Commit

Permalink
Merge pull request #1654 from fluxcd/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
makkes authored Sep 13, 2023
2 parents 214c2c3 + 0cb298c commit 7018672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-hugo-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: hugo
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 7018672

Please sign in to comment.