1 Commits

Author SHA1 Message Date
b13d34cbdb move to gitea
All checks were successful
App Image CI / Build app image (push) Successful in -2m7s
Docker Image CI / Build build images (arch) (push) Successful in -15s
Docker Image CI / Build build images (artix) (push) Successful in -48s
2025-04-29 21:04:32 -05:00

View File

@@ -57,7 +57,7 @@ jobs:
uses: docker/build-push-action@v6
with:
target: deploy
push: startsWith(github.ref, 'refs/tags/v')
push: ${{ startsWith(github.ref, 'refs/tags/v') && 'true' || 'false' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64