Skip to content

CI: fix architecutre; do not build for armv7 anymore #554

CI: fix architecutre; do not build for armv7 anymore

CI: fix architecutre; do not build for armv7 anymore #554

Workflow file for this run

name: Build current image
on:
push:
branches:
- main
- dev
paths-ignore:
- "*.md"
- "LICENSE"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-current:
uses: ./.github/workflows/build-docker.yml
with:
tags: |
type=raw,value=current
type=ref,event=branch
type=sha
trigger-e2e:
needs: docker-manifest

Check failure on line 25 in .github/workflows/current.yml

View workflow run for this annotation

GitHub Actions / Build current image

Invalid workflow file

The workflow is not valid. .github/workflows/current.yml (Line: 25, Col: 12): Job 'trigger-e2e' depends on unknown job 'docker-manifest'.
uses: ./.github/workflows/e2e.yml
secrets: inherit