Skip to content

Commit 3bc8ee3

Browse files
committed
Recover devcontainer.yml
1 parent f5aca55 commit 3bc8ee3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Login to Aliyun Registry
44-
if: github.event.pull_request.head.repo.full_name == github.repository
4544
uses: docker/login-action@v3
4645
with:
4746
registry: dp-harbor-registry.us-east-1.cr.aliyuncs.com
@@ -55,7 +54,6 @@ jobs:
5554
tags: ${{ steps.meta.outputs.tags }}
5655
labels: ${{ steps.meta.outputs.labels }}
5756
file: Dockerfile.${{ matrix.dockerfile }}
58-
# push: true
59-
push: ${{ github.event_name != 'pull_request' }}
57+
push: true
6058
cache-from: type=registry,ref=ghcr.io/deepmodeling/abacus-${{ matrix.dockerfile }}:latest
6159
cache-to: type=inline

0 commit comments

Comments
 (0)