Test actions
Some checks failed
Build and push runner-custom image / publish (push) Failing after 0s

This commit is contained in:
Jérémie SALVI
2024-12-21 22:46:14 +01:00
parent 367f623948
commit 87f950979b

View File

@@ -12,8 +12,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
steps: steps:
- name: 'Checkout Service' - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: | - run: |
whoami whoami
- run: | - run: |