Add buildx

This commit is contained in:
xZero707 2021-09-22 19:20:40 +02:00
parent af806f4218
commit 566ec70c87

View File

@ -10,6 +10,11 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v2
- name: install buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest
- name: Login to DockerHub
uses: docker/login-action@v1
with: