Skip to content

Commit

Permalink
chore: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiyisong committed Dec 27, 2023
1 parent a5cd3bb commit 892db35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Configure build image tag
shell: bash
run: |
commitShortSHA=`echo ${INPUT_COMMITSHA} | cut -c1-8`
commitShortSHA=`echo ${{ inputs.commitsha }} | cut -c1-8`
buildTime=`date +%Y%m%d%H%M%S`
IMAGE_TAG="$commitShortSHA-$buildTime"
echo "IMAGE_TAG=${IMAGE_TAG}" >> $GITHUB_ENV
Expand Down

0 comments on commit 892db35

Please sign in to comment.