fix: production workflow

This commit is contained in:
JasterV 2026-01-14 17:24:07 +01:00
parent 30de4d23a4
commit 4564973426

View file

@ -8,6 +8,7 @@ on:
env: env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
IMAGE_TAG: registry.fly.io/spazio-solazzo:sha-${{ github.sha }}
jobs: jobs:
ci: ci:
@ -39,7 +40,7 @@ jobs:
with: with:
push: true push: true
context: . context: .
tags: registry.fly.io/spazio-solazzo:sha-${{ github.sha }} tags: ${{ env.IMAGE_TAG }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max