mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
Do not push to registry on PRs
This commit is contained in:
parent
3114c9f8c7
commit
c230b33f47
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
|
@ -68,4 +68,4 @@ jobs:
|
|||
--label "org.opencontainers.image.created=$(date -u --rfc-3339=seconds)" \
|
||||
--cache-from type=gha \
|
||||
--cache-to type=gha,mode=max \
|
||||
--pull --push .
|
||||
--pull ${{ github.event_name == 'push' && '--push' || '' }} .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue