Skip to content

Fixed arm image name. #3

Fixed arm image name.

Fixed arm image name. #3

Workflow file for this run

name: On Push (Main)
on:
push:
branches:
- main
jobs:
build:
name: Build Docker Image
uses: ./.github/workflows/callable-build.yml
with:
ghcr_username: ${{ github.actor }}
ghcr_image_name: ${{ github.repository }}
image_tag: latest
secrets:
ghcr_token: ${{ secrets.GITHUB_TOKEN }}