Skip to content

Commit

Permalink
Update trigger-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Nov 12, 2024
1 parent ae632d0 commit 7e9f4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: echo "IMAGE=${GITHUB_REPOSITORY#*/docker-}" >> "${GITHUB_ENV}"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set VERSION
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/alpine'
run: |
# shellcheck disable=SC2086
VERSION="$(\grep ${IMAGE}/Dockerfile -e '^FROM' | \head -n 1 | \sed -e 's/@.*$//; s/^.*://;')"
Expand Down

0 comments on commit 7e9f4d6

Please sign in to comment.