Skip to content

Commit

Permalink
Next attempt to integrate the version into the build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-lusa committed Aug 13, 2021
1 parent 4713bd5 commit ba2fc4b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ jobs:
uses: actions/checkout@v2
- name: Extract version
run: echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Set output
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: Check output
env:
VERSION: ${{ steps.vars.outputs.tag }}
VERSION: ${{ env.RELEASE_VERSION }}
run: |
echo $VERSION
echo ${{ steps.vars.outputs.tag }}
echo ${{ env.RELEASE_VERSION }}
- name: Build and push eps
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit ba2fc4b

Please sign in to comment.