Skip to content

Commit

Permalink
push: true for Docker CI (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets authored Oct 29, 2020
1 parent 4a2f786 commit 6b3a9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
push: true
context: .
file: ./Dockerfile-controller
tags: ${{ steps.prep.outputs.tags }}
Expand Down

0 comments on commit 6b3a9fa

Please sign in to comment.