Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanAyalon committed May 10, 2024
1 parent 1f69dbb commit 9f618a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
- name: Get branch name
shell: bash
# run: echo $0
run: branch=$(echo "${{ github.event.ref }}" | awk -F'heads/' '{print $2}')
run: |
echo "Ref: ${{ github.event.ref }}"
branch=$(echo "${{ github.event.ref }}" | awk -F'heads/' '{print $2}')
echo "Branch: $branch"
# run: branch=$(echo "${{ github.event.ref }}" | awk -F'heads/' '{print $2}')
# - run: echo $thebranch
# - name: Build the Docker image using compose
# run: docker build . -t dean-verdaccio:test
Expand Down

0 comments on commit 9f618a5

Please sign in to comment.