Skip to content

Commit

Permalink
Look for different part of ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Oct 29, 2024
1 parent 8e90178 commit 61bbf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get the Image tag
env:
TAG: ${{ github.ref_name }}
run: echo "IMAGE_TAG=${TAG##ekw/SRE-1004/release-*} >> $GITHUB_ENV" #run: echo "IMAGE_TAG=${TAG##release/base-image-*}" >> $GITHUB_ENV
run: echo "IMAGE_TAG=${TAG##ekw/*/} >> $GITHUB_ENV" #run: echo "IMAGE_TAG=${TAG##release/base-image-*}" >> $GITHUB_ENV

- name: Check if image exist
run: |
Expand Down

0 comments on commit 61bbf59

Please sign in to comment.