Skip to content

Commit dff4c6c

Browse files
authored
Merge pull request #64 from IMSY-DKFZ/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 8d99467 + 660f946 commit dff4c6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ jobs:
9696
password: ${{ secrets.GITHUB_TOKEN }}
9797

9898
- name: Build base image
99-
uses: docker/build-push-action@v6
99+
uses: docker/build-push-action@v7
100100
with:
101101
context: .
102102
file: dependencies/base.Dockerfile
103103
tags: imsy-htc-base:latest
104104

105105
- name: Build main image
106-
uses: docker/build-push-action@v6
106+
uses: docker/build-push-action@v7
107107
with:
108108
context: .
109109
file: dependencies/Dockerfile

0 commit comments

Comments
 (0)