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 1f26508 commit a3f9482Copy full SHA for a3f9482
.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