Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
0de65d5ed4
commit
28bf85ddaa
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ jobs:
|
|||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
echo ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
env
|
||||
false
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up QEMU
|
||||
|
|
Loading…
Reference in a new issue