Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

ci

ci #24

Workflow file for this run

---
name: ci
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: devtools-multiarch-builder
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the container image
uses: ansible/ansible-workspace-env-reference-image/.github/actions/build-release@main