Skip to content

Fix typo

Fix typo #548

Workflow file for this run

name: Build current image
on:
push:
branches:
- main
- dev
- build_multiarch
paths-ignore:
- "*.md"
- "LICENSE"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
GHCR_REPO: ghcr.io/defguard/defguard
jobs:
build-current:
uses: ./.github/workflows/build-docker.yaml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/current.yml

Invalid workflow file

error parsing called workflow ".github/workflows/current.yml" -> "./.github/workflows/build-docker.yaml" : failed to fetch workflow: workflow was not found.
with:
tags: |
type=raw,value=current
type=ref,event=branch
type=sha
# trigger-e2e:
# needs: docker-manifest
# uses: ./.github/workflows/e2e.yml
# secrets: inherit