This commit is contained in:
@@ -18,6 +18,9 @@ jobs:
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Install buildah
|
||||
run: sudo apt-get -y update && sudo apt-get -y install buildah
|
||||
|
||||
- name: Buildah Build
|
||||
env:
|
||||
BRANCH_NAME: ${{ github.ref_name }}
|
||||
@@ -26,7 +29,7 @@ jobs:
|
||||
with:
|
||||
containerfiles: "Dockerfile"
|
||||
iamge: git.kocoder.xyz/kocoded/vt-be
|
||||
tags: ${{ github.ref_name }} latest
|
||||
tags: "v0 latest"
|
||||
|
||||
- name: Push Docker Images
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user