Skip to content

Commit

Permalink
Extract branch name (AMPATH#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Aug 9, 2021
1 parent c02cd9e commit 5bb29db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
-
name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 5bb29db

Please sign in to comment.