Skip to content

Commit

Permalink
Merge pull request #62 from fetzu/dependabot/github_actions/github-ac…
Browse files Browse the repository at this point in the history
…tions-bf940bc907

build: bump docker/build-push-action from 5 to 6 in the github-actions group
  • Loading branch information
fetzu authored Jun 30, 2024
2 parents 54ebc25 + 94d0028 commit 8132405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildeux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build and push Docker images for releases
if: github.event_name == 'release'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
Expand All @@ -69,7 +69,7 @@ jobs:

- name: Build and push Docker image with 'beta' tag
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
Expand Down

0 comments on commit 8132405

Please sign in to comment.