Skip to content

Commit 91972b4

Browse files
author
Oleg
committed
Tmp cheanges to test workflow
1 parent e9efd3a commit 91972b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build Bowtie Image for all available versions
22

33
on:
44
workflow_dispatch:
5+
push:
56

67
env:
78
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
@@ -20,7 +21,7 @@ jobs:
2021
tags=$(gh api \
2122
-H "Accept: application/vnd.github+json" \
2223
-H "X-GitHub-Api-Version: 2022-11-28" \
23-
/repos/${{ github.repository }}/releases | jq -c '. | map(.tag_name) + ["main"]')
24+
/repos/${{ github.repository }}/releases | jq -c '. | map(.tag_name)')
2425
echo "value=$(echo $tags | jq -c .)" >> $GITHUB_OUTPUT
2526
2627
build:

0 commit comments

Comments
 (0)