Test #376

Closed
mwalbeck wants to merge 1 commit from test into main
Showing only changes of commit 329b8e56f1 - Show all commits

View file

@ -15,6 +15,9 @@ jobs:
test: test:
runs-on: dind runs-on: dind
steps: steps:
- name: sleep
shell: sh
run: sleep 300
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Get docker tags - name: Get docker tags
id: tags id: tags