mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-26 18:20:03 +00:00
fix: production workflow
This commit is contained in:
parent
30de4d23a4
commit
4564973426
1 changed files with 2 additions and 1 deletions
3
.github/workflows/production.yml
vendored
3
.github/workflows/production.yml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue