We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a20c9 commit 82bae2cCopy full SHA for 82bae2c
.github/workflows/workflow.yml
@@ -48,6 +48,8 @@ jobs:
48
- name: Build, test and push
49
env:
50
EVENT_NAME: ${{ github.event_name }}
51
+ GITHUB_ACTOR: ${{ github.actor }}
52
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
run: |
54
TAG="v2-${{ matrix.variant }}" VARIANT="${{ matrix.variant }}" ./build-and-test.sh
55
docker images | grep thecodingmachine/nodejs
0 commit comments