Skip to content

Commit f670f9e

Browse files
committed
Merge branch 'main' of https://github.com/deepmodeling/DeePTB into fix_rmax
2 parents 9a9ebbf + a3f9482 commit f670f9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.DP_HARBOR_PASSWORD }}
3737

3838
- name: Build and Push Container
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
with:
4141
tags: |
4242
ghcr.io/deepmodeling/deeptb-${{ matrix.dockerfile }}:latest

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.DP_HARBOR_PASSWORD }}
4343

4444
- name: Build and Push Container
45-
uses: docker/build-push-action@v5
45+
uses: docker/build-push-action@v6
4646
with:
4747
tags: ${{ steps.meta.outputs.tags }}
4848
file: Dockerfile

0 commit comments

Comments
 (0)