fixes
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2024-07-27 15:52:43 +02:00
parent 7ef9c4e614
commit 5069cfa039

View File

@@ -4,6 +4,9 @@ run-name: Container creation
# change later for only tags
on: [tag push]
jobs:
Container-Build:
runs-on: ubuntu-latest
steps:
- name: Get the code
uses: actions/checkout@v4
with: