Skip to content

Commit ac2a555

Browse files
committed
change build to push
Signed-off-by: Danil <[email protected]>
1 parent 82e5691 commit ac2a555

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-core-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
component:
272272
- name: server-v2
273273
platform: linux/amd64
274-
- name: server-zksync-os
274+
- name: zksync-os-server
275275
platform: linux/amd64
276276
- name: external-node
277277
platform: linux/amd64,linux/arm64

.github/workflows/build-zksync-os-prover-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ jobs:
6767
fi
6868
6969
- name: login to Docker registries
70-
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
70+
if: ${{ inputs.action == 'push' }}
7171
shell: bash
7272
run: |
7373
docker login -u ${{ secrets.DOCKERHUB_USER }} -p ${{ secrets.DOCKERHUB_TOKEN }}
7474
gcloud auth configure-docker us-docker.pkg.dev -q
7575
7676
- name: Login to GitHub Container Registry
7777
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
78-
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
78+
if: ${{ inputs.action == 'push' }}
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.actor }}

0 commit comments

Comments
 (0)