Skip to content

Commit

Permalink
build docker images from release tags only
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasMorbagal committed Oct 26, 2023
1 parent e425b72 commit 8c33c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcube_build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Determine release tag from git ref
- name: get-release-tag
id: release
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
# Print some info
- name: info
id: info
Expand Down

0 comments on commit 8c33c55

Please sign in to comment.