diff --git a/.gitea/workflows/gitea-actions-minimal.yaml b/.gitea/workflows/gitea-actions-minimal.yaml index a753059..d53fc18 100644 --- a/.gitea/workflows/gitea-actions-minimal.yaml +++ b/.gitea/workflows/gitea-actions-minimal.yaml @@ -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