Skip to content

Build and push ci image #22

Build and push ci image

Build and push ci image #22

Workflow file for this run

name: Build and push ci image
on: [workflow_dispatch]
jobs:
build-push-ci-image:
runs-on: linux-arm64
steps:
- name: Checkout sources
uses: actions/[email protected]
- run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
docker buildx build --provenance=false --platform linux/amd64,linux/arm64 -t ghcr.io/${GITHUB_REPOSITORY}:ci-5 --push .github