add rocky linux
All checks were successful
Gitea Actions Demo / Bootstrap-runner (push) Successful in 5s
Gitea Actions Demo / Create-dockerfile-with-ansible-builder (push) Successful in 10m11s

This commit is contained in:
root
2024-07-15 18:23:41 +02:00
parent 6c6daa6857
commit 776885226c

View File

@@ -26,6 +26,8 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: build context
run: ansible-builder create -f rocky-environment.yml -c context-rocky
- name: Login to the Container registry - name: Login to the Container registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with: