Skip to content

Commit

Permalink
Merge pull request #182 from developmentseed/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/all-bf940bc907

Bump docker/build-push-action from 5 to 6 in the all group
  • Loading branch information
vincentsarago authored Jun 25, 2024
2 parents f893091 + 96d99ef commit 0975f18
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 @@ -174,7 +174,7 @@ jobs:
# Push `latest` when commiting to main
- name: Build and push
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .
Expand All @@ -186,7 +186,7 @@ jobs:
# Push `{VERSION}` when pushing a new tag
- name: Build and push
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,linux/arm64
context: .
Expand Down

0 comments on commit 0975f18

Please sign in to comment.