mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Merge pull request #11580 from ToolJet/fix/cypress-workflow-subpath-main
Update cypress-platform.yml main
This commit is contained in:
commit
db0f3b1ecf
1 changed files with 6 additions and 0 deletions
6
.github/workflows/cypress-platform.yml
vendored
6
.github/workflows/cypress-platform.yml
vendored
|
|
@ -153,6 +153,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