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 a5bcc91 commit eef640cCopy full SHA for eef640c
.github/workflows/container.yml
@@ -36,7 +36,9 @@ jobs:
36
- name: Build and Push Container
37
uses: docker/build-push-action@v2
38
with:
39
- tags: ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.dockerfile }}
+ tags: |
40
+ ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.dockerfile }}
41
+ ${{ secrets.DP_HARBOR_REGISTRY }}/dplc/abacus:${{ matrix.dockerfile }}
42
file: Dockerfile.${{ matrix.dockerfile }}
43
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{matrix.dockerfile}}
44
cache-to: type=inline
0 commit comments