Skip to content

Build docker image for package building #13

Build docker image for package building

Build docker image for package building #13

Workflow file for this run

name: Build docker image for package building
on:
workflow_dispatch: {}
jobs:
build:
runs-on: GPU
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker
- name: Build and push
uses: docker/bake-action@v4
with:
push: true
workdir: buildroot
set: |
*.cache-to=type=local,dest=/home/f0reach/.buildx-cache
*.cache-from=type=local,src=/home/f0reach/.buildx-cache