We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5aca55 commit 3bc8ee3Copy full SHA for 3bc8ee3
.github/workflows/devcontainer.yml
@@ -41,7 +41,6 @@ jobs:
41
password: ${{ secrets.GITHUB_TOKEN }}
42
43
- name: Login to Aliyun Registry
44
- if: github.event.pull_request.head.repo.full_name == github.repository
45
uses: docker/login-action@v3
46
with:
47
registry: dp-harbor-registry.us-east-1.cr.aliyuncs.com
@@ -55,7 +54,6 @@ jobs:
55
54
tags: ${{ steps.meta.outputs.tags }}
56
labels: ${{ steps.meta.outputs.labels }}
57
file: Dockerfile.${{ matrix.dockerfile }}
58
- # push: true
59
- push: ${{ github.event_name != 'pull_request' }}
+ push: true
60
cache-from: type=registry,ref=ghcr.io/deepmodeling/abacus-${{ matrix.dockerfile }}:latest
61
cache-to: type=inline
0 commit comments