We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9efd3a commit 91972b4Copy full SHA for 91972b4
.github/workflows/build-all.yml
@@ -2,6 +2,7 @@ name: Build Bowtie Image for all available versions
2
3
on:
4
workflow_dispatch:
5
+ push:
6
7
env:
8
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
@@ -20,7 +21,7 @@ jobs:
20
21
tags=$(gh api \
22
-H "Accept: application/vnd.github+json" \
23
-H "X-GitHub-Api-Version: 2022-11-28" \
- /repos/${{ github.repository }}/releases | jq -c '. | map(.tag_name) + ["main"]')
24
+ /repos/${{ github.repository }}/releases | jq -c '. | map(.tag_name)')
25
echo "value=$(echo $tags | jq -c .)" >> $GITHUB_OUTPUT
26
27
build:
0 commit comments