Skip to content
name: Development Tag
on:
push:
branches:
- docker-action
jobs:
build-on-dev:
uses: ./.github/workflows/docker-build.yaml
with:
tag: docker-action-test
secrets: inherit