Skip to content

Commit

Permalink
fix image taglist
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengping Hu committed Aug 22, 2023
1 parent 4abfe53 commit 0f9820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
tag_list=()
tag_list+=(${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:"latest")
tag_list+=(${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$TIMESTAMP)
tag_list=("execute-3.6-gpu")
tag_list=(${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:"execute-3.6-gpu")
# This causes the tag_list array to be comma-separated below,
# which is required for build-push-action
IFS=,
Expand Down

0 comments on commit 0f9820f

Please sign in to comment.