We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a24687 commit 2ce64c3Copy full SHA for 2ce64c3
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
run: cp examples/${{ matrix.example }}_build.yaml ./build.yaml && sh render.sh .
51
52
- name: Build the container dmc:${{ matrix.example }}
53
- uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
+ uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
54
with:
55
context: .
56
push: false
@@ -75,7 +75,7 @@ jobs:
75
if: matrix.example == 'full'
76
77
- name: Build and push dmc:${{ matrix.example }}
78
79
80
81
push: true
0 commit comments