Skip to content

Commit

Permalink
action.yaml: タグがpushされた場合に動作しない不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kengo-k committed Mar 24, 2023
1 parent 167d1be commit df8944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish_docker_image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
echo "changed_dockerfiles=$changed_dockerfiles" >> $GITHUB_ENV
TAG_NAME=${GITHUB_REF#refs/tags/}
echo "[DEBUG] tag: $TAG_NAME"
echo "tag_list=$TAG_NAME" >> $GITHUB_ENV
echo "taglist=$TAG_NAME" >> $GITHUB_ENV
# PUSH対象がブランチの場合、前回PUSHされた際のコミットを取得する
- name: checkout before commit
Expand Down

0 comments on commit df8944e

Please sign in to comment.