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: