Skip to content

Commit

Permalink
Merge pull request #165 from stac-utils/dependabot/github_actions/all…
Browse files Browse the repository at this point in the history
…-bf940bc907

Bump docker/build-push-action from 5 to 6 in the all group
  • Loading branch information
vincentsarago authored Jun 28, 2024
2 parents ffec7c8 + d56d53d commit 2095eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
# Push `latest` when comiting to main
- name: Build and push latest
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
context: .
Expand All @@ -223,7 +223,7 @@ jobs:
# Push `{VERSION}` when pushing a new tag
- name: Build and push tag
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
context: .
Expand Down

0 comments on commit 2095eb2

Please sign in to comment.