We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e4816 commit 24b6367Copy full SHA for 24b6367
.github/workflows/release-notes.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v3
15
- name: Export ZTS_SUFFIX (if zts is enabled)
16
- run: echo "ZTS_SUFFIX=`echo ${{ github.ref_name }} | grep 'zts' > /dev/null && echo '-zts' || echo ''` >> $GITHUB_ENV
+ run: echo "ZTS_SUFFIX=`echo ${{ github.ref_name }} | grep 'zts' > /dev/null && echo '-zts' || echo ''`" >> $GITHUB_ENV
17
- name: "Fetch all existing tags"
18
run: curl -L -s 'https://registry.hub.docker.com/v2/repositories/endava/php/tags?page_size=9999'|jq -r ".\"results\"[][\"name\"] | select(test( \"^[0-9]+.[0-9]+.[0-9]+${ZTS_SUFFIX}\$\"))" > existing_docker_tags.txt
19
- name: "Store the current tag"
0 commit comments