mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-03-22 10:43:31 +01:00
Merge pull request #3002 from testssl/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
This commit is contained in:
2
.github/workflows/docker-3.3dev.yml
vendored
2
.github/workflows/docker-3.3dev.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user