mirror of
https://github.com/Wonderfall/docker-synapse.git
synced 2025-12-15 08:38:51 -05:00
Merge pull request #14 from Wonderfall/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
This commit is contained in:
commit
419bdba279
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
|
||||
- name: Build and push Docker image
|
||||
id: build-and-push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue