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
|
uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
export
|
export
|
||||||
pwd
|
cd osx
|
||||||
cd ${{ github.repository }}/osx
|
|
||||||
packer init .
|
packer init .
|
||||||
packer build var macos_version=${OSX_VERSION} .
|
packer build var macos_version=${OSX_VERSION} .
|
||||||
tart push ${OSX_VERSION}base gitea.hnatekmar.xyz/osx:${OSX_VERSION}latest chunksize 8
|
tart push ${OSX_VERSION}base gitea.hnatekmar.xyz/osx:${OSX_VERSION}latest chunksize 8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue