Skip to content

Commit

Permalink
Update docker/build-push-action action to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 9, 2024
1 parent 92d3500 commit 630fd87
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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
with:
context: .
push: true
Expand Down

0 comments on commit 630fd87

Please sign in to comment.