Update .gitea/workflows/osx_build.yaml
Gitea Actions Demo / build_image (sonoma) (push) Failing after 3s Details

This commit is contained in:
martin 2024-07-28 06:57:58 +00:00
parent af53eb66e5
commit 2b95041e8d
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
export
cd osx
packer init .
echo ${OSX_VERSION}
packer build -var macos_version=${OSX_VERSION} .
tart push ${OSX_VERSION}base gitea.hnatekmar.xyz/osx:${OSX_VERSION}latest chunksize 8
echo ${matrix.OSX_VERSION}
packer build -var macos_version=${matrix.OSX_VERSION} .
tart push ${matrix.OSX_VERSION}-base gitea.hnatekmar.xyz/osx:${matrix.OSX_VERSION} chunksize 8
tart prune --space-budget 30