Skip to content

Commit

Permalink
Merge pull request #209 from dixneuf19/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-5.x

chore(deps): update docker/build-push-action action to v5
  • Loading branch information
dixneuf19 authored Sep 23, 2023
2 parents c0bc595 + 293787b commit fd63a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# Build the images
- name: Build and push docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit fd63a07

Please sign in to comment.