Skip to content

Commit 88eab55

Browse files
committed
fixup! ci: tag and push to envbox-preview on merge to main
1 parent cfad50e commit 88eab55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@ jobs:
260260
run: make -j build/image/envbox
261261

262262
- name: Tag and push envbox-preview
263-
# Only push the image on a merge to main
264-
if: github.ref == 'refs/heads/main'
265263
run: |
266264
VERSION=$(./scripts/version.sh)-dev-$(git rev-parse --short HEAD)
267265
BASE=ghcr.io/coder/envbox-preview

0 commit comments

Comments
 (0)