WIP: Migrating from Drone to Gitea Actions
This commit is contained in:
@ -17,6 +17,9 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: open the docker socket
|
||||
run: sudo chmod 666 /var/run/docker.sock
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
|
Reference in New Issue
Block a user