Skip to content

Commit

Permalink
Merge pull request #145 from ONSdigital/build-launcher-for-release
Browse files Browse the repository at this point in the history
changed tag method
  • Loading branch information
martyncolmer authored Mar 16, 2021
2 parents 0b5ff85 + 3eff4a6 commit 423bc0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/buildLauncherForRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
Build_and_push_images:
runs-on: ubuntu-latest

env:
TAG: "${{ github.ref }}-release"

steps:
- uses: actions/checkout@v2
- name: Set env
run: echo "TAG=${GITHUB_REF#refs/*/}-release" >> $GITHUB_ENV

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 423bc0b

Please sign in to comment.