parent
4c4fddd626
commit
81cc7dab21
1 changed files with 4 additions and 1 deletions
|
|
@ -7,11 +7,14 @@ on:
|
|||
|
||||
jobs:
|
||||
docker:
|
||||
name: docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Docker
|
||||
uses: https://github/papodaca/install-docker-action@v1
|
||||
- name: Set up QEMU
|
||||
uses: https://github/docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v2
|
||||
- name: Login to Docker Registry
|
||||
|
|
|
|||
Loading…
Reference in a new issue