diff --git a/.gitea/workflows/osx_build.yaml b/.gitea/workflows/osx_build.yaml index f511e0c..cb787db 100644 --- a/.gitea/workflows/osx_build.yaml +++ b/.gitea/workflows/osx_build.yaml @@ -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 \ No newline at end of file