mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
revert cypress-platform.yml
This commit is contained in:
parent
dc846d37e6
commit
5c622a9ebf
1 changed files with 6 additions and 0 deletions
6
.github/workflows/cypress-platform.yml
vendored
6
.github/workflows/cypress-platform.yml
vendored
|
|
@ -151,6 +151,12 @@ jobs:
|
|||
- name: use mybuilder buildx
|
||||
run: docker buildx use mybuilder
|
||||
|
||||
- name: Docker Login
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build docker image
|
||||
run: docker buildx build --platform=linux/amd64 -f docker/production.Dockerfile . -t tooljet/tj-osv:cypressplaform
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue