Skip to content

Commit

Permalink
dynamic tags
Browse files Browse the repository at this point in the history
  • Loading branch information
BhruguR committed Jun 16, 2024
1 parent c4b6048 commit 77af08c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
steps:
- name: Get tags for docker
uses: actions/checkout@master
- run: export git_hash=$(git rev-parse --short "$GITHUB_SHA")
- run: exprot git_branch=${GITHUB_REF#refs/heads/}
- run: echo "" > $GITHUB_ENV
- run: echo "git_hash=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_ENV
- run: echo "git_branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
- run: echo ${git_branch}.${git_hash}
-
name: Set up QEMU
Expand Down

0 comments on commit 77af08c

Please sign in to comment.