Skip to content

Fix CPU name

Fix CPU name #551

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.yml
with:
tags: |
type=raw,value=current
type=ref,event=branch
type=sha
# trigger-e2e:
# needs: docker-manifest
# uses: ./.github/workflows/e2e.yml
# secrets: inherit