Update CI
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 50s

This commit is contained in:
Evrard Van Espen
2025-11-20 13:18:09 +00:00
parent 70c1381e1d
commit dedebb2c36

View File

@@ -17,7 +17,7 @@ jobs:
push: true push: true
pull: true pull: true
no-cache: true no-cache: true
tags: "${{ env.GITEA_DOMAIN }}/${{ env.GITEA_REGISTRY_USER }}/blog:${{ gitea.event.package.version }}" tags: "${{ env.GITEA_DOMAIN }}/evanespen/blog:${{ gitea.event.package.version }}"
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6 # uses: docker/build-push-action@v6
# with: # with: