Skip to content

Commit

Permalink
chore(workflows): Update docker/build-push-action action to v6 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 22, 2024
1 parent 1b4bf63 commit c1a7f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ ! startsWith(github.ref, 'refs/tags') }}
with:
context: .
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Build and export
if: startsWith(github.ref, 'refs/tags/')
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit c1a7f81

Please sign in to comment.