feat(release): Removed unneccary changes
This commit is contained in:
parent
01a2f41157
commit
c4d96659c8
1 changed files with 1 additions and 5 deletions
|
|
@ -22,12 +22,8 @@ jobs:
|
||||||
- name: Run build
|
- name: Run build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Setup Docker
|
|
||||||
uses: docker/setup-docker-action@v4
|
|
||||||
- name: Setup Docker context for Buildx
|
|
||||||
run: docker context create builders
|
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
endpoint: builders
|
endpoint: builders
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue