Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Jul 30, 2021
1 parent 3456f88 commit b500657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
docker build -t $IMAGE_NAME .
- name: Push image
if: (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/'))
run: |
set -x
for tag in $(echo "latest,${GITHUB_REF#refs/tags/}" | tr "," " ")
Expand Down

0 comments on commit b500657

Please sign in to comment.