Skip to content

Commit

Permalink
Bump docker/build-push-action from 5.4.0 to 6.0.1 (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent f179f6c commit 4ec7414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images

- name: Build and Push GitHub Container Registry
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.1
with:
tags: |
ghcr.io/osinfra-io/gke-info-go:${{ env.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images

- name: Build
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.1
with:
tags: |
ghcr.io/osinfra-io/gke-info-go:test
Expand Down

0 comments on commit 4ec7414

Please sign in to comment.