Skip to content

Merge pull request #118 from DefGuard/release/1.4 #85

Merge pull request #118 from DefGuard/release/1.4

Merge pull request #118 from DefGuard/release/1.4 #85

Workflow file for this run

name: Build current image
on:
push:
branches:
- main
- dev
- 'release/**'
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=ref,event=branch
type=sha