commit | 804d912073ea2233ec2ce00a4d6dde1a4ceb91ce | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Apr 28 22:01:40 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Apr 28 22:01:40 2023 +0000 |
tree | bf3abc1783b30d7c13ce9fee02acc1b36acf0b60 | |
parent | 32cb11e07ec832056a511e953a6237260675624e [diff] |
ci: add cache for image build
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index d471c6c..79dfdbe 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml
@@ -31,7 +31,9 @@ - name: Build image run: earthly +image --tag ${{ github.sha }} env: + EARTHLY_CI: true EARTHLY_PUSH: "${{ github.event_name == 'push' }}" + EARTHLY_REMOTE_CACHE: quay.io/vexxhost/atmosphere:cache publish: runs-on: ubuntu-latest