mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-27 05:25:44 +01:00
Add buildx
This commit is contained in:
parent
af806f4218
commit
566ec70c87
5
.github/workflows/image.yml
vendored
5
.github/workflows/image.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user