Skip to content

Commit 146f033

Browse files
Merge pull request #991 from juanpablosalas/fi_tool
Fixed tag reference format for file invalidation CI from #978
2 parents 9ed3e57 + fb5818a commit 146f033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fileinvalidation-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Get tag name
1616
id: tagname
17-
run: echo "tag=${GITHUB_REF#refs/tags/loadtest-}" >> "$GITHUB_ENV"
17+
run: echo "tag=${GITHUB_REF#refs/tags/fileinvalidation-}" >> "$GITHUB_ENV"
1818

1919
- name: Login to CERN Harbour
2020
uses: docker/login-action@v2

0 commit comments

Comments
 (0)