Skip to content

Commit

Permalink
feat: Modify Tag of image
Browse files Browse the repository at this point in the history
  • Loading branch information
Luv7804 committed Jan 19, 2024
1 parent 71ac308 commit 2774ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Create Tag
id: tag
run: echo "tag=${{ github.ref_name }}-$(git rev-parse --short HEAD)-$(date +%s)" >> $GITHUB_OUTPUT
run: echo "tag=${{ env.NODE_VERSION }}-$(git rev-parse --short HEAD)-$(date +%s)" >> $GITHUB_OUTPUT
timeout-minutes: 5

- name: Login to Docker Hub
Expand Down

0 comments on commit 2774ff7

Please sign in to comment.