rename files
Some checks failed
Bump Version (via reusable workflow) / bump-version (push) Failing after 7s
Some checks failed
Bump Version (via reusable workflow) / bump-version (push) Failing after 7s
This commit is contained in:
13
.github/workflows/build-and-push-call-example.yaml
vendored
Normal file
13
.github/workflows/build-and-push-call-example.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Build and Push (via reusable workflow)
|
||||
run-name: ${{ gitea.actor }} triggers build-and-push
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
uses: tanztee/ci-cd/.github/workflows/build-and-push.yml@main
|
||||
secrets:
|
||||
REGISTRY: ${{ secrets.REGISTRY }}
|
||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
Reference in New Issue
Block a user