This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
fix: drop legacy code (part 1?) #1436
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: Build & Push to container registry | |
on: | |
release: | |
types: [created] | |
push: | |
branches: | |
- "**" | |
pull_request: | |
branches: | |
- "**" | |
paths: | |
- "Dockerfile" | |
jobs: | |
docker: | |
uses: nezuchan/workflows/.github/workflows/docker-build.yml@main | |
secrets: inherit |