Revert "🐋 ci: adjust docker workflow (#43)" (#46) #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Dev Images Release | ||
on: | ||
workflow_dispatch: | ||
push: | ||
tags: | ||
- '*' | ||
jobs: | ||
call-docker-build: | ||
Check failure on line 10 in .github/workflows/release.yaml GitHub Actions / Docker Dev Images ReleaseInvalid workflow file
|
||
uses: ./.github/workflows/docker-build-workflow.yaml | ||
with: | ||
tag: ${{ github.ref_name }} |