Skip to content

Commit

Permalink
Merge pull request #16 from briehl/master
Browse files Browse the repository at this point in the history
another pass at docker build action
  • Loading branch information
briehl authored Jun 2, 2020
2 parents 1520c3b + db9e9c4 commit 42d4e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: kbase/proto-ui
build_args: BUILD_DATE=$DATE,VCS_REF=$GITHUB_SHA,BRANCH=$GITHUB_REF
tags: $GITHUB_REF
build_args: BUILD_DATE=${{ env.DATE }},VCS_REF=${{ github.sha }},BRANCH=${{ github.ref }}
tag_with_ref: true

0 comments on commit 42d4e05

Please sign in to comment.