Skip to content

Commit

Permalink
Merge pull request #17 from jamieleecho/optimize-builds-more
Browse files Browse the repository at this point in the history
Fix pushing docker image
  • Loading branch information
jamieleecho authored Jan 31, 2021
2 parents b67fc7b + 795edd1 commit de30193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Build and push image
uses: docker/build-push-action@v2
with:
push: startsWith(github.ref, 'refs/tags')
push: ${{ startsWith(github.ref, 'refs/tags') }}
tags: jamieleecho/coco-dev:${{ env.RELEASE_TAG }}
-
name: Image digest
Expand Down

0 comments on commit de30193

Please sign in to comment.