Skip to content

Commit

Permalink
Update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
albaintor committed Oct 8, 2024
1 parent 3dba104 commit c99bb93
Show file tree
Hide file tree
Showing 4 changed files with 601 additions and 381 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,20 +233,11 @@ jobs:
npx postject ucrtool-server NODE_SEA_BLOB sea-prep.blob --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
node --experimental-sea-config sea-config.json
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build docker image and push
uses: docker/build-push-action@v6
with:
push: true
tags: user/app:latest
- name: Build docker image
run : |
docker login --username albaintor --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --tag ghcr.io/albaintor/actions-runner-controller:latest
docker push ghcr.io/albaintor/actions-runner-controller:latest
- name: Prepare artifacts
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c99bb93

Please sign in to comment.