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.
2 parents 9a9ebbf + a3f9482 commit f670f9eCopy full SHA for f670f9e
.github/workflows/devcontainer.yml
@@ -36,7 +36,7 @@ jobs:
36
password: ${{ secrets.DP_HARBOR_PASSWORD }}
37
38
- name: Build and Push Container
39
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
40
with:
41
tags: |
42
ghcr.io/deepmodeling/deeptb-${{ matrix.dockerfile }}:latest
.github/workflows/image.yml
@@ -42,7 +42,7 @@ jobs:
43
44
45
46
47
tags: ${{ steps.meta.outputs.tags }}
48
file: Dockerfile
0 commit comments