Skip to content

Create query-7a0f3ee3d0be29319693b7ab8a6c247b5b4d9e5c836b90a601531edd… #665

Create query-7a0f3ee3d0be29319693b7ab8a6c247b5b4d9e5c836b90a601531edd…

Create query-7a0f3ee3d0be29319693b7ab8a6c247b5b4d9e5c836b90a601531edd… #665

Workflow file for this run

name: Build current image
on:
push:
branches:
# - main
# - dev
- network-devices
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
# trigger-e2e:
# needs: build-current
# uses: ./.github/workflows/e2e.yml
# secrets: inherit