diff --git a/.gitea/workflows/osx_build.yaml b/.gitea/workflows/osx_build.yaml index d6b8623..39f158d 100644 --- a/.gitea/workflows/osx_build.yaml +++ b/.gitea/workflows/osx_build.yaml @@ -15,6 +15,6 @@ jobs: export cd osx packer init . - packer build var macos_version=${OSX_VERSION} . - tart push ${OSX_VERSION}base gitea.hnatekmar.xyz/osx:${OSX_VERSION}latest chunksize 8 + echo packer build var macos_version=${OSX_VERSION} . + echo tart push ${OSX_VERSION}base gitea.hnatekmar.xyz/osx:${OSX_VERSION}latest chunksize 8 tart prune spacebudget 25 \ No newline at end of file