Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
clb-robot committed Jan 16, 2025
1 parent 23ad442 commit 567bc70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push - testing
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: ${{ !steps.get-version.outputs.is-semver }}
with:
context: .
Expand All @@ -72,7 +72,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
- name: Build and push - pre-release
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
with:
context: .
Expand All @@ -87,7 +87,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}
- name: Build and push - stable
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
with:
context: .
Expand Down

0 comments on commit 567bc70

Please sign in to comment.