1 Commits

Author SHA1 Message Date
1fea301ecf move to gitea
Some checks failed
App Image CI / Build app image (push) Failing after -18s
2025-04-29 20:56:09 -05:00

View File

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