Skip to content

Commit

Permalink
Merge pull request #11 from jsfillman/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jsfillman authored Feb 24, 2022
2 parents 8ed4184 + 9b48439 commit c1b58a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/prod_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
export BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
export COMMIT=$(echo "$SHA" | cut -c -7)

echo ${GITHUB_REF##*/}
echo $DOCKER_TOKEN | docker login ghcr.io -u $DOCKER_ACTOR --password-stdin
docker build --build-arg BUILD_DATE="$DATE" \
--build-arg COMMIT="$COMMIT" \
Expand Down

0 comments on commit c1b58a6

Please sign in to comment.