commit | b7b010ac8804874650ab8b9fc69eca5fe26ebc40 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Jun 25 15:04:38 2024 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Jun 25 15:04:38 2024 -0400 |
tree | 5c857adbe935820220d07957cee89cd665e8da6e | |
parent | df72cc5678d5de56e0552ed41e6dbee407c1e937 [diff] |
Fix image builds
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 6b24dd0..ceb6941 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml
@@ -41,7 +41,7 @@ run: earthly +image --tag ${{ github.sha }} env: EARTHLY_CI: true - EARTHLY_PUSH: "${{ github.event_name == 'push' }}" + EARTHLY_PUSH: "${{ github.event_name == 'push' || github.event_name == 'release' }}" EARTHLY_REMOTE_CACHE: ghcr.io/vexxhost/atmosphere:cache publish: