Skip to content

Commit 2ce64c3

Browse files
committed
Update docker/build-push-action action to v5.4.0
1 parent 0a24687 commit 2ce64c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: cp examples/${{ matrix.example }}_build.yaml ./build.yaml && sh render.sh .
5151

5252
- name: Build the container dmc:${{ matrix.example }}
53-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
53+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
5454
with:
5555
context: .
5656
push: false
@@ -75,7 +75,7 @@ jobs:
7575
if: matrix.example == 'full'
7676

7777
- name: Build and push dmc:${{ matrix.example }}
78-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
78+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
7979
with:
8080
context: .
8181
push: true

0 commit comments

Comments
 (0)