Skip to content

Commit

Permalink
[githubactions]
Browse files Browse the repository at this point in the history
switched var to githubactions
  • Loading branch information
matt2005 committed Oct 11, 2020
1 parent b67a567 commit 37e3d4f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/crankshaft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
name: Configure
id: configure
run: |
IMG_NAME=${BUILDBRANCH}
IMG_VERSION = '${BUILDDATE}-${IMG_NAME}-${BUILDHASH}'
cat > config <<EOF
IMG_NAME=${IMG_VERSION}
ENABLE_SSH=0
Expand All @@ -62,7 +60,8 @@ jobs:
version: ${{ steps.get_version.outputs.version }}
BUILDHASH: ${{ steps.get_version.outputs.buildhash }}
BUILDBRANCH: ${{ steps.get_version.outputs.buildbranch }}
BUILDDATE: ${{ steps.get_version.outputs.builddate }}
BUILDDATE: ${{ steps.get_version.outputs.builddate }}
IMG_VERSION: '${{ steps.get_version.outputs.builddate }}-${{ steps.get_version.outputs.buildbranch }}-${{ steps.get_version.outputs.buildhash }}'
-
name: Run build
id: build-docker
Expand Down

0 comments on commit 37e3d4f

Please sign in to comment.