Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
/ elabimg Public archive

Commit aa32962

Browse files
committed
ci: fix stable release
1 parent c5a589c commit aa32962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_stable_image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# temporary revert for arm build
1616
runs-on: ubuntu-22.04
1717
# only run on stable releases AND only if the release targets a release/* branch
18-
if: github.event.release.prerelease == false && startsWith(github.event.release.target_commitish, 'release/')
18+
if: github.event.release.prerelease == false
1919
steps:
2020
# https://github.com/CycodeLabs/cimon-action
2121
- name: Cimon supply chain attack protection
@@ -43,7 +43,7 @@ jobs:
4343
hooks.deltablot.dev
4444
4545
- name: Checkout elabimg repo
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
with:
4848
ref: ${{ github.ref_name }}
4949

0 commit comments

Comments
 (0)