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