Skip to content

Commit

Permalink
chore: temporary disable push to CW Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Jun 29, 2024
1 parent acc09e3 commit 1e72df2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-build-publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
username: ${{ secrets.CW_DOCKER_USER }}
password: ${{ secrets.CW_DOCKER_USER_PASSWORD }}

- name: Push to CW Registry
run: |
docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-api-demo:latest
# - name: Push to CW Registry
# run: |
# docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-api-demo:latest

gauzy-webapp:
runs-on: buildjet-8vcpu-ubuntu-2204
Expand Down Expand Up @@ -161,6 +161,6 @@ jobs:
username: ${{ secrets.CW_DOCKER_USER }}
password: ${{ secrets.CW_DOCKER_USER_PASSWORD }}

- name: Push to CW Registry
run: |
docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-webapp-demo:latest
# - name: Push to CW Registry
# run: |
# docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-webapp-demo:latest
12 changes: 6 additions & 6 deletions .github/workflows/docker-build-publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
username: ${{ secrets.CW_DOCKER_USER }}
password: ${{ secrets.CW_DOCKER_USER_PASSWORD }}

- name: Push to CW Registry
run: |
docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-api:latest
# - name: Push to CW Registry
# run: |
# docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-api:latest

gauzy-webapp:
runs-on: buildjet-8vcpu-ubuntu-2204
Expand Down Expand Up @@ -161,6 +161,6 @@ jobs:
username: ${{ secrets.CW_DOCKER_USER }}
password: ${{ secrets.CW_DOCKER_USER_PASSWORD }}

- name: Push to CW Registry
run: |
docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-webapp:latest
# - name: Push to CW Registry
# run: |
# docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-webapp:latest
12 changes: 6 additions & 6 deletions .github/workflows/docker-build-publish-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
username: ${{ secrets.CW_DOCKER_USER }}
password: ${{ secrets.CW_DOCKER_USER_PASSWORD }}

- name: Push to CW Registry
run: |
docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-api-stage:latest
# - name: Push to CW Registry
# run: |
# docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-api-stage:latest

gauzy-webapp:
runs-on: buildjet-8vcpu-ubuntu-2204
Expand Down Expand Up @@ -161,6 +161,6 @@ jobs:
username: ${{ secrets.CW_DOCKER_USER }}
password: ${{ secrets.CW_DOCKER_USER_PASSWORD }}

- name: Push to CW Registry
run: |
docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-webapp-stage:latest
# - name: Push to CW Registry
# run: |
# docker push ${{ secrets.CW_DOCKER_REGISTRY }}/ever-co/gauzy-webapp-stage:latest

0 comments on commit 1e72df2

Please sign in to comment.