There was an error while loading. Please reload this page.
1 parent ac23165 commit 0f756bdCopy full SHA for 0f756bd
.github/workflows/build_docker_images.yml
@@ -48,7 +48,7 @@ jobs:
48
context: ./
49
file: ./Dockerfile
50
build-args: |
51
- COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ COMPOSER_TOKEN: ${{ secrets.COMPOSER_TOKEN }}
52
PHP_VERSION=${{ matrix.php }}
53
push: true
54
tags: "netcommons3/nc3app-php${{ matrix.php }}:latest"
0 commit comments