Skip to content

Refactor CI workflow #275

Refactor CI workflow

Refactor CI workflow #275

Workflow file for this run

---
name: Build, test and push Docker Images
on:
pull_request:
push:
branches:
- main
tags:
- "v*"
workflow_dispatch:
# https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
# only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
amd64-base:
uses: ./.github/workflows/docker-build-test-upload.yml

Check failure on line 21 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / Build, test and push Docker Images

Invalid workflow file

The workflow is not valid. In .github/workflows/docker.yml (Line: 21, Col: 15): Error from called workflow aiidalab/aiidalab-docker-stack/.github/workflows/docker-build-test-upload.yml@b9217384085cdd334512037b0e20b7fafd35bb8f (Line: 41, Col: 29): Unrecognized named-value: 'REGISTRY'. Located at position 1 within expression: REGISTRY In .github/workflows/docker.yml (Line: 21, Col: 15): Error from called workflow aiidalab/aiidalab-docker-stack/.github/workflows/docker-build-test-upload.yml@b9217384085cdd334512037b0e20b7fafd35bb8f (Line: 67, Col: 27): Unrecognized named-value: 'REGISTRY'. Located at position 1 within expression: REGISTRY
with:
image: base
architecture: amd64
runsOn: ubuntu-latest