mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-12-02 18:52:46 +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:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: install buildx
|
||||||
|
id: buildx
|
||||||
|
uses: crazy-max/ghaction-docker-buildx@v1
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user