Update .gitea/workflows/osx_build.yaml
Gitea Actions Demo / build_image (push) Failing after 3s
Details
Gitea Actions Demo / build_image (push) Failing after 3s
Details
This commit is contained in:
parent
ee828c9413
commit
31a0b2d2b1
|
|
@ -10,8 +10,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- run: |
|
||||
export
|
||||
pwd
|
||||
cd ${{ github.repository }}/osx
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue