Added Buildx to github docker action
This commit is contained in:
parent
ff45cab71d
commit
abad03ba80
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -29,6 +29,9 @@ jobs:
|
|||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue