fix image url
Some checks failed
run tests / run-container (push) Failing after 5s

This commit is contained in:
Ivan Schaller 2023-08-16 11:23:07 +02:00
parent 1143dedbb1
commit a6e562e983
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205

View file

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: single-line options
uses: git.44net.ch/actions/docker-run-action@main
uses: https://git.44net.ch/actions/docker-run-action@main
with:
image: debian:11-slim
volumes: /tmp/:/tmp/
@ -23,7 +23,7 @@ jobs:
run: echo "test"
- name: multi-line options
uses: git.44net.ch/actions/docker-run-action@main
uses: https://git.44net.ch/actions/docker-run-action@main
with:
image: debian:11-slim
volumes: |