Skip to content

Commit de0d1fc

Browse files
authored
Merge pull request #1832 from 4C-multiphysics/dependabot/github_actions/dot-github/workflows/docker/build-push-action-7.0.0
Bump docker/build-push-action from 6.19.2 to 7.0.0 in /.github/workflows
2 parents 2d23a2c + 4946eaf commit de0d1fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker_prebuilt_4c.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "tags=$TAGS" >> "$GITHUB_OUTPUT"
4949
- name: Build and push Docker image
5050
id: push
51-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
51+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5252
with:
5353
context: .
5454
file: docker/prebuilt_4C/Dockerfile
@@ -90,7 +90,7 @@ jobs:
9090
echo "tags=$TAGS" >> "$GITHUB_OUTPUT"
9191
- name: Build and push Docker image
9292
id: push
93-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
93+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
9494
with:
9595
context: docker/prebuilt_4C_minimal
9696
file: docker/prebuilt_4C_minimal/Dockerfile

.github/workflows/trilinos-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
org.opencontainers.image.description=Image containing all the dependencies required for building and testing 4C based on the specified Trilinos commit ref
3939
- name: Build and push Docker image
4040
id: push
41-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
41+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4242
with:
4343
context: .
4444
file: docker/trilinos_develop/Dockerfile

0 commit comments

Comments
 (0)