Update .gitea/workflows/php-deployer.yaml

This commit is contained in:
Jan Gleytenhoover 2024-08-15 10:52:23 +00:00
parent 645253ba1f
commit 6768196d09

@ -33,7 +33,7 @@ jobs:
uses: https://git.kjan.de/actions/build-push-action@v5 uses: https://git.kjan.de/actions/build-push-action@v5
with: with:
context: ./images/actions/php-deployer context: ./images/actions/php-deployer
push: true push: ${{ github.ref == 'refs/heads/main' }}
tags: | tags: |
git.kjan.de/actions/php-deployer:latest git.kjan.de/actions/php-deployer:latest
git.kjan.de/actions/php-deployer:${{ gitea.run_number }} git.kjan.de/actions/php-deployer:${{ gitea.run_number }}