Skip to content

Commit c6c24a0

Browse files
author
Bryan Sieber
committed
Cleanup workflow
1 parent 7e5c702 commit c6c24a0

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/build-image.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,6 @@ jobs:
4646
- name: Checkout
4747
uses: actions/checkout@v2
4848

49-
# - name: Login to GCP
50-
# uses: google-github-actions/setup-gcloud@v0
51-
# with:
52-
# project_id: ${{ secrets.GCP_PROJECT_ID }}
53-
# service_account_email: ${{ secrets.GCP_EMAIL }}
54-
# service_account_key: ${{ secrets.GCP_CREDENTIALS }}
55-
#
56-
# - name: Configure Docker
57-
# run: gcloud auth configure-docker --quiet
58-
#
59-
# - name: Checkout repository
60-
# uses: actions/checkout@v2
61-
#
62-
# - name: Build Docker image
63-
# run: docker build . -t $IMAGE_NAME
64-
#
65-
# - name: Test Docker image
66-
# run: docker run $IMAGE_NAME sh -c "go test -v"
67-
#
68-
# - name: Push Docker image
69-
# run: docker push $IMAGE_NAME
7049
- name: Login to GCR
7150
uses: docker/login-action@v1
7251
with:
@@ -91,4 +70,3 @@ jobs:
9170
docker image tag $GCR_REGISTRY/$GCR_REPOSITORY:$IMAGE_TAG $GCR_REGISTRY/$GCR_REPOSITORY:latest
9271
docker push $GCR_REGISTRY/$GCR_REPOSITORY:$IMAGE_TAG
9372
docker push $GCR_REGISTRY/$GCR_REPOSITORY:latest
94-
# echo ${{ secrets.GCP_CREDENTIALS }} | docker login -u _json_key --password-stdin https://gcr.io

0 commit comments

Comments
 (0)