Skip to content

Commit

Permalink
fix(ci): fix env name for quay.io (#1211)
Browse files Browse the repository at this point in the history
* fix(ci): correct env name for quay.io

Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy authored May 11, 2021
1 parent 8449ddb commit c8e2dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Build & Push Linux Docker Images
env:
DOCKERIO_ORG: ${{ secrets.DOCKERIO_ORG }}
QUAYIO_ORG: ${{ secrets.QUAYIO_ORG }}
run: |
tag=$(basename $GITHUB_REF)
if [ $tag = "master" ]; then
Expand Down

0 comments on commit c8e2dfd

Please sign in to comment.