Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into cache-from-to
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk committed May 16, 2024
2 parents 7bd4387 + 1e4acb3 commit 40acd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
docker-build-and-push-main:
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-16vcpu-ubuntu-2204

Check warning on line 23 in .github/workflows/docker-build-and-push-main.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (buildjet)

Check warning on line 23 in .github/workflows/docker-build-and-push-main.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (vcpu)
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
fi
- name: Build 'autoware-openadk'
if: steps.author-check.outputs.author-found == 'true'
if: steps.author-check.outputs.author-found == 'true' || ${{ github.event_name == 'workflow_dispatch' }}
uses: ./.github/actions/docker-build-and-push
with:
bake-target: autoware-openadk
Expand Down

0 comments on commit 40acd6e

Please sign in to comment.