Skip to content

Commit 0d3c19f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/login-action-4
2 parents b7a652f + 90e5a3b commit 0d3c19f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
type=sha,format=short
102102
103103
- name: Build and push run-image
104-
uses: docker/build-push-action@v6
104+
uses: docker/build-push-action@v7
105105
with:
106106
context: ./run-image
107107
file: ./run-image/Dockerfile

.github/workflows/update-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
password: ${{ secrets.GITHUB_TOKEN }}
8989

9090
- name: Build and push run-image
91-
uses: docker/build-push-action@v6
91+
uses: docker/build-push-action@v7
9292
with:
9393
context: ./run-image
9494
file: ./run-image/Dockerfile
@@ -103,7 +103,7 @@ jobs:
103103
cache-to: type=gha,mode=max
104104

105105
- name: Build and push cuda run-image
106-
uses: docker/build-push-action@v6
106+
uses: docker/build-push-action@v7
107107
with:
108108
context: ./run-image
109109
file: ./run-image/Dockerfile
@@ -119,7 +119,7 @@ jobs:
119119
cache-to: type=gha,mode=max
120120

121121
- name: Build and push cuda build-image
122-
uses: docker/build-push-action@v6
122+
uses: docker/build-push-action@v7
123123
with:
124124
context: ./run-image
125125
file: ./run-image/Dockerfile

0 commit comments

Comments
 (0)