Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 in the github-actions group (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 36305ce commit a324dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: docker/login-action@v3
with: {registry: ghcr.io, username: '${{ github.actor }}', password: '${{ secrets.GITHUB_TOKEN }}'}

- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
Expand All @@ -35,7 +35,7 @@ jobs:
ghcr.io/${{ github.actor }}/curl:${{ steps.slug.outputs.version }}
ghcr.io/${{ github.actor }}/curl:latest
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit a324dae

Please sign in to comment.