update the pipeline
All checks were successful
Gitea Actions Demo / Bootstrap-runner (push) Successful in 5s
Gitea Actions Demo / Create-dockerfile-with-ansible-builder (push) Successful in 5s

This commit is contained in:
root
2024-07-15 18:15:02 +02:00
parent 90b0a8a74d
commit 2f883b12f7

View File

@@ -20,15 +20,18 @@ jobs:
Create-dockerfile-with-ansible-builder: Create-dockerfile-with-ansible-builder:
runs-on: docker runs-on: docker
steps: steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Login to the Container registry - name: Login to the Container registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: git.hyperon.be registry: git.hyperon.be
username: bramvandendaele1@gmail.com username: bramvandendaele1@gmail.com
password: ${{ secrets.CI_TOKEN }} password: ${{ secrets.CI_TOKEN }}
build-container-and-push-to-container-registry:
runs-on: docker
steps:
- name: build and push docker image - name: build and push docker image
uses: https://github.com/docker/build-push-action@v5 uses: https://github.com/docker/build-push-action@v5
with: with: