test
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 7s

This commit is contained in:
2024-03-21 10:58:17 +01:00
parent b253f4159e
commit 974a8b071a

View File

@@ -11,7 +11,11 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
env:
- name: DOCKER_HOST
value: tcp://localhost:2375
steps:
- name: Checkout Repository
uses: actions/checkout@v2