Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 97d60fd commit 5cdead6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_llvm_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Build and push Docker image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v5.0.0
with:
push: false
tags: "matterlabs/llvm_runner:latest"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publishing_llvm_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Build and push Docker image on merged PR
if: github.event.pull_request.merged == true
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
tags: |
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Build and push Docker image on manual trigger
if: github.event_name == 'workflow_dispatch'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
tags: |
Expand Down

0 comments on commit 5cdead6

Please sign in to comment.