File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2424 - name : Build Docker image(s)
2525 uses : docker/bake-action@v6
2626 env :
27- GITHUB_TOKEN : ${{ secrets.GRAPHQL_GITHUB_API_TOKEN }}
27+ GRAPHQL_GITHUB_API_TOKEN : ${{ secrets.GRAPHQL_GITHUB_API_TOKEN }}
2828 with :
29+ files : |
30+ docker-bake.hcl
31+ docker-bake.prod.hcl
2932 push : false
3033 no-cache : true
3134
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ target "frontend" {
22 secret = [
33 {
44 type = " file"
5- id = " GITHUB_TOKEN "
5+ id = " GRAPHQL_GITHUB_API_TOKEN "
66 src = " ./frontend/secrets/github_token"
77 }
88 ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ target "frontend" {
22 secret = [
33 {
44 type = " env"
5- id = " GITHUB_TOKEN "
5+ id = " GRAPHQL_GITHUB_API_TOKEN "
66 }
77 ]
88}
You can’t perform that action at this time.
0 commit comments