mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-06-28 00:58:00 +02:00
Do not push to registry on PRs
This commit is contained in:
parent
b035e2b7dd
commit
b592741872
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)" \
|
--label "org.opencontainers.image.created=$(date -u --rfc-3339=seconds)" \
|
||||||
--cache-from type=gha \
|
--cache-from type=gha \
|
||||||
--cache-to type=gha,mode=max \
|
--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