Fix Docker
Some checks failed
docker

This commit is contained in:
ItzYanick 2023-03-23 23:20:18 +01:00
parent 7464bafe29
commit 6d76a47739
No known key found for this signature in database
GPG key ID: 0E3DB1F28A357B8A

View file

@ -10,6 +10,10 @@ jobs:
name: docker name: docker
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: https://github.com/docker/setup-qemu-action@v2
- name: Login to Docker Registry - name: Login to Docker Registry
uses: https://github.com/docker/login-action@v2 uses: https://github.com/docker/login-action@v2
with: with: