🐋 ci: adjust docker workflow (#43) #36
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 Build | ||
on: | ||
workflow_dispatch: | ||
push: | ||
paths-ignore: | ||
- 'README.md' | ||
branches: | ||
- main | ||
jobs: | ||
call-docker-build: | ||
Check failure on line 13 in .github/workflows/images.yaml GitHub Actions / Docker Dev Images BuildInvalid workflow file
|
||
uses: ./.github/workflows/docker-build-workflow.yaml | ||
with: | ||
tag: latest |