try using docker inside Node again
Some checks failed
default / build-and-deploy (push) Failing after 3s
Some checks failed
default / build-and-deploy (push) Failing after 3s
This commit is contained in:
parent
5c7fcfbc04
commit
1626c0ead5
1 changed files with 2 additions and 7 deletions
|
@ -12,13 +12,8 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: 'amd64'
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Set up Docker
|
||||
run: apt-get install -y --no-install-recommends docker
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue