Improve CI

This commit is contained in:
Ultradesu
2025-07-21 17:20:08 +03:00
parent a75d55ac9d
commit 05d19b88af
2 changed files with 11 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
cache-from: type=registry,ref=ultradesu/outfleet:buildcache
cache-to: type=registry,ref=ultradesu/outfleet:buildcache,mode=max
build-args: |
GIT_COMMIT=${{ steps.vars.outputs.sha_full }}
GIT_COMMIT_SHORT=${{ steps.vars.outputs.sha_short }}