This commit is contained in:
@@ -25,6 +25,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Buildah
|
- name: Install Buildah
|
||||||
run: |-
|
run: |-
|
||||||
|
env
|
||||||
if ! command -v buildah 2>/dev/null; then
|
if ! command -v buildah 2>/dev/null; then
|
||||||
echo "Install Buildah"
|
echo "Install Buildah"
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
@@ -35,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and tag
|
- name: Build and tag
|
||||||
run: |-
|
run: |-
|
||||||
buildah build --build-arg VERSION=$VERSION -t katenary -f ./oci/katenary/Containerfile .
|
buildah build --isolation=chroot --build-arg VERSION=$VERSION -t katenary -f ./oci/katenary/Containerfile .
|
||||||
buildah tag katenary $REGISTRY/${IMAGE_NAME,,}:$VERSION
|
buildah tag katenary $REGISTRY/${IMAGE_NAME,,}:$VERSION
|
||||||
buildah tag katenary $REGISTRY/${IMAGE_NAME,,}:latest
|
buildah tag katenary $REGISTRY/${IMAGE_NAME,,}:latest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user