Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
388156e4ec
chore(deps): update docker/build-push-action action to v6 2024-06-28 15:29:56 +00:00

View File

@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}