Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fritterhoff committed Sep 14, 2023
1 parent 1e39a9c commit 2fcdc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ github.event_name != 'pull_request' && !contains(github.ref, 'refs/tags/') }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
Expand Down

0 comments on commit 2fcdc0c

Please sign in to comment.