Skip to content

Commit

Permalink
Fixing missing env vars to push to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Apr 20, 2023
1 parent 61a20c9 commit 82bae2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Build, test and push
env:
EVENT_NAME: ${{ github.event_name }}
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
TAG="v2-${{ matrix.variant }}" VARIANT="${{ matrix.variant }}" ./build-and-test.sh
docker images | grep thecodingmachine/nodejs

0 comments on commit 82bae2c

Please sign in to comment.