Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 52e61d0 commit 161f8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: cp examples/${{ matrix.example }}_build.yaml ./build.yaml && sh render.sh .

- name: Build the container dmc:${{ matrix.example }}
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
with:
context: .
push: false
Expand All @@ -75,7 +75,7 @@ jobs:
if: matrix.example == 'full'

- name: Build and push dmc:${{ matrix.example }}
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
with:
context: .
push: true
Expand Down

0 comments on commit 161f8f9

Please sign in to comment.