Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

tweak build script

tweak build script #9

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
jobs:
docker:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build the Docker image
run: bash buildx.sh