Skip to content

Commit 0f3835b

Browse files
committed
ci: fix images tags cleanup
Signed-off-by: Frederic Leger <[email protected]>
1 parent ea64088 commit 0f3835b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
check-branches:
1313
name: Check branches
14-
runs-on: self-hosted
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Check branch
1717
run: |
@@ -27,7 +27,7 @@ jobs:
2727
permissions:
2828
contents: write
2929
pull-requests: write
30-
runs-on: self-hosted
30+
runs-on: ubuntu-24.04
3131
outputs:
3232
latestRelease: ${{ steps.update_release_draft.outputs.tag_name }}
3333
steps:

0 commit comments

Comments
 (0)