Skip to content

Commit

Permalink
Merge pull request #1047 from kapicorp/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
ademariag committed Sep 15, 2023
2 parents 49d01b2 + 6295a75 commit 1f611a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

# Builds docker image and allow scoped caching
- name: build Kapitan Image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: False
platforms: ${{ matrix.platform }}
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME}}
if: env.DOCKERHUB_USERNAME != null
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
platforms: ${{ matrix.platform }}
push: true
Expand Down

0 comments on commit 1f611a1

Please sign in to comment.