Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Remove DOCKER_IMAGE environment override.
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg authored Feb 27, 2020
1 parent 5e33086 commit 6291d83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,23 +94,19 @@ jobs:
key: cloudprober

- name: Build Docker Image
env:
DOCKER_IMAGE: cloudprober/cloudprober
run: |
mv cloudprober-binary-ubuntu-latest cloudprober
make docker_build
- name: Push Docker Image
env:
DOCKER_IMAGE: cloudprober/cloudprober-test
DOCKER_USER: ${{ secrets.docker_login }}
DOCKER_PASS: ${{ secrets.docker_pass }}
run: make docker_push

- name: Push Docker Image With Version
if: startsWith(github.ref, 'refs/tags')
env:
DOCKER_IMAGE: cloudprober/cloudprober-test
DOCKER_USER: ${{ secrets.docker_login }}
DOCKER_PASS: ${{ secrets.docker_pass }}
run: make docker_push_tagged
Expand Down

0 comments on commit 6291d83

Please sign in to comment.