Skip to content

Commit

Permalink
enable docker push for console
Browse files Browse the repository at this point in the history
  • Loading branch information
yindia committed Jul 25, 2022
1 parent 33b1cee commit 9964c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
image_name: flyteorg/flyteconsole
image_tag: latest,${{ github.sha }},${{ needs.check_for_tag.outputs.currentTag }}
push_git_tag: true
push_image_and_stages: false
push_image_and_stages: true
dockerfile: Dockerfile
registry: ghcr.io
build_extra_args: "--compress=true"

0 comments on commit 9964c63

Please sign in to comment.