Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fixup! Continuous Deployment via Github action to build public Graphe…
Browse files Browse the repository at this point in the history
…ne Docker image.
  • Loading branch information
vahldiek committed Oct 1, 2020
1 parent 2ec1c8f commit 0d103c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/graphene-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
run: |
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
cd Tools/gsc
mkdir -p images
make build-images
make push-images

0 comments on commit 0d103c9

Please sign in to comment.