add GITHUB_TOKEN to container build env
This commit is contained in:
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@@ -27,4 +27,6 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Run build-image script
|
- name: Run build-image script
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: ./docker/build-container.sh ${{ matrix.platform }}
|
run: ./docker/build-container.sh ${{ matrix.platform }}
|
||||||
Reference in New Issue
Block a user