Skip to content

Commit abf4f1a

Browse files
try to fix push to quay action take #2
1 parent 6633d6e commit abf4f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
tags: ${{ steps.build-image.outputs.tags }}
7373
registry: quay.io
7474
username: mcp-aio+github
75-
password: ${{ secrets.TOKEN }}
75+
password: ${{ env.TOKEN }}
7676

7777
- name: Print image url
7878
if: steps.meta.outputs.push == 'true'

0 commit comments

Comments
 (0)