generated from public/repo-template
All checks were successful
Build docker image / Build docker image (push) Successful in 26s
16 lines
333 B
YAML
16 lines
333 B
YAML
name: Build docker image
|
|
on:
|
|
push:
|
|
tags:
|
|
- '*'
|
|
workflow_dispatch: { }
|
|
|
|
jobs:
|
|
build:
|
|
name: Build docker image
|
|
uses: public/ci-templates/.gitea/workflows/docker_build.yaml@v1
|
|
with:
|
|
registry_user: ${{ vars.REGISTRY_USER }}
|
|
secrets:
|
|
registry_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
|