updated workflow
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4s
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4s
This commit is contained in:
parent
2868b1e7f4
commit
5e5a17b464
1 changed files with 3 additions and 5 deletions
|
@ -8,12 +8,10 @@ on:
|
|||
jobs:
|
||||
docker:
|
||||
name: Build and Push Docker image
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Set up node
|
||||
uses: actions/setup-node@v3
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue