mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
15 lines
363 B
YAML
15 lines
363 B
YAML
name: "build_image"
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- "**"
|
|
- "!README.md"
|
|
|
|
jobs:
|
|
build:
|
|
#uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
|
|
#uses: tiredofit/github_actions/.github/workflows/default_amd64.yml@main
|
|
uses: tiredofit/github_actions/.github/workflows/default_amd64_arm64.yml@main
|
|
secrets: inherit
|