Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alcounit committed Feb 23, 2021
1 parent c25cf5d commit 227676a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ jobs:
with:
context: .
push: true
build-args: ${{ steps.get_version.outputs.GIT_TAG }}
tags: |
alcounit/selenosis:latest
alcounit/selenosis:${{ steps.get_version.outputs.GIT_TAG }}
build-args: BUILD_VERSION=${{ steps.get_version.outputs.GIT_TAG }}
tags: alcounit/selenosis:${{ steps.get_version.outputs.GIT_TAG }}

0 comments on commit 227676a

Please sign in to comment.