fix: 👷 fix CI
All checks were successful
dl / skip-chown (push) Successful in 17s
dl / wireguard-ipv6 (push) Successful in 12s

This commit is contained in:
Michel Roux 2024-05-15 20:42:55 +02:00
parent 351b6f2ca4
commit 95217f6f35

View File

@ -14,7 +14,8 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5
with:
push: ${{ gitea.ref_type == 'tag' }}
context: skip-chown
push: ${{ gitea.ref_name == 'master' || gitea.ref_type == 'tag' }}
tags: xefir/mods:skip-chown
wireguard-ipv6:
@ -29,5 +30,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5
with:
push: ${{ gitea.ref_type == 'tag' }}
context: wireguard-ipv6
push: ${{ gitea.ref_name == 'master' || gitea.ref_type == 'tag' }}
tags: xefir/mods:wireguard-ipv6