Skip to content

Commit

Permalink
Adding docker build and push capabilities to docker-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
BhruguR committed Jun 16, 2024
1 parent 4585df8 commit 2d3c6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: actions/checkout@master
- run: git_hash=$(git rev-parse --short "$GITHUB_SHA")
- run: git_branch=${GITHUB_REF#refs/heads/}
- run: echo ${git_branch}.${git_hash}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 2d3c6a8

Please sign in to comment.