Do not push to registry on PRs

This commit is contained in:
octeep 2022-08-23 19:40:09 +08:00 committed by octeep
parent 3114c9f8c7
commit c230b33f47

View file

@ -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' || '' }} .