Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albaintor committed Oct 9, 2024
1 parent b276f44 commit f8250c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:

build-ubuntu:
runs-on: ubuntu-latest
environment: Ubuntu
strategy:
matrix:
node-version: [ '22.x']
Expand Down Expand Up @@ -234,6 +235,8 @@ jobs:
node --experimental-sea-config sea-config.json
- name: Build docker image
env: # Or as an environment variable
GH_PAT: ${{ secrets.GH_PAT }}
run : |
docker login --username albaintor --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --tag ghcr.io/albaintor/ucr-tool:latest
Expand Down

0 comments on commit f8250c3

Please sign in to comment.