create new pipeline and build file for minimal EE
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Gitea Actions Demo
|
||||
name: Gitea Actions Minimal
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on:
|
||||
push:
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: build context
|
||||
run: ansible-builder create -f rocky-environment.yml -c context-rocky
|
||||
run: ansible-builder create -f minimal-environment.yml -c context-minimal
|
||||
- name: Login to the Container registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: build and push docker image
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: context-rocky
|
||||
file: context-rocky/Containerfile
|
||||
context: context-minimal
|
||||
file: context-minimal/Containerfile
|
||||
push: true
|
||||
tags: git.hyperon.be/bram/ultimate-ee-minimal
|
||||
|
||||
Reference in New Issue
Block a user