Skip to content

Commit

Permalink
testing docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
metalice committed Jan 6, 2025
1 parent e755159 commit c43894d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/on-push-main-cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Log in to Quay.io
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
# - name: Log in to Quay.io
# uses: docker/login-action@v3
# with:
# registry: quay.io
# username: ${{ secrets.QUAY_USERNAME }}
# password: ${{ secrets.QUAY_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./build/CypressContainerFile
push: true
tags: quay.io/kubev2v/forklift-ui-tests:latest
push: false #true
# tags: quay.io/kubev2v/forklift-ui-tests:latest

- name: Logout from Quay.io
run: docker logout quay.io
# - name: Logout from Quay.io
# run: docker logout quay.io

0 comments on commit c43894d

Please sign in to comment.