Skip to content

allow generating a token for already configured devices #659

allow generating a token for already configured devices

allow generating a token for already configured devices #659

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