Skip to content

Commit

Permalink
Add push for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
maruina committed Mar 6, 2021
1 parent c003f0b commit 7d80f4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:

- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Build docker image on PR
uses: docker/build-push-action@v2.3.0
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Get tag
uses: olegtarasov/get-tag@v2.1
Expand All @@ -29,4 +27,5 @@ jobs:
- name: Build and push tagged docker image on master
uses: docker/build-push-action@v2.3.0
with:
push: true
tags: maruina/docker-grpc-health-probe:${{ steps.tagName.outputs.tag }}

0 comments on commit 7d80f4e

Please sign in to comment.