Skip to content

Commit

Permalink
Merge pull request #138 from gerlero/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
gerlero committed Jun 17, 2024
2 parents 62df3dd + e248a82 commit e44ea50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push (default)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: ${{ env.PLATFORMS }}
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -62,7 +62,7 @@ jobs:
cache-to: type=gha,mode=max
push: ${{ github.event_name == 'push' }}
- name: Build and push (run)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: ${{ env.PLATFORMS }}
tags: ${{ steps.meta_run.outputs.tags }}
Expand Down

0 comments on commit e44ea50

Please sign in to comment.