This commit is contained in:
@@ -2,12 +2,13 @@ name: Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
env:
|
||||
REGISTRY: git.bga.sh
|
||||
IMAGE: ${{ github.repository_owner }}/vat-api.eu
|
||||
DOCKER_BUILDKIT: 1
|
||||
VERSION: ${{ github.ref_name }}
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user