Skip to content

Commit

Permalink
fix(ci): fix env variables in docker push step (#3653)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
huangjw806 and mergify[bot] authored Jul 5, 2022
1 parent 480010f commit 2df3440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
if: build.source != "schedule"
env:
BUILDPIPE_SCOPE: project
PUSH_GHCR: flase
PUSH_GHCR: false
retry: *auto-retry

- label: "docker-build-push-main"
Expand Down
2 changes: 1 addition & 1 deletion ci/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ steps:
command: "ci/scripts/docker.sh"
if: build.tag != null
env:
- PUSH_GHCR: true
PUSH_GHCR: true
plugins:
- seek-oss/aws-sm#v2.3.1:
env:
Expand Down

0 comments on commit 2df3440

Please sign in to comment.