Skip to content

Commit

Permalink
Merge pull request #66 from pantheon-systems/lops-1850
Browse files Browse the repository at this point in the history
[LOPS-1850] Use new docker image.
  • Loading branch information
kporras07 authored Oct 23, 2023
2 parents 8d57e64 + da2b4a3 commit e07ff81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Those can be copied in one command using the [Terminus Build Tools Plugin](https
jobs:
- pantheon/push
orbs:
pantheon: pantheon-systems/pantheon@0.6.0
pantheon: pantheon-systems/pantheon@0.7.0
```
* Commit and push the file to GitHub. CircleCI will build attempt to run the workflow but it will return an error message because the steps below have not yet been completed. Turning failing red builds into passing green builds is part of the joy of CI.
* Set the "[Allow Uncertified Orbs](https://circleci.com/docs/2.0/orbs-faq/#using-3rd-party-orbs)" option to allow Orbs written by those other than CircleCI to be used within your organization. For GitHub users this can be done at `https://circleci.com/gh/organizations/YOUR_USERNAME_OR_ORGNAME/settings#security`
Expand All @@ -60,7 +60,7 @@ workflows:
jobs:
- pantheon/push
orbs:
pantheon: pantheon-systems/pantheon@0.5.2
pantheon: pantheon-systems/pantheon@0.7.0
```

Here is an example that compiles Sass in a separate job before pushing to Pantheon.
Expand Down
2 changes: 1 addition & 1 deletion src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ executors:
type: string
default: "medium"
docker:
- image: quay.io/pantheon-public/build-tools-ci:6.x
- image: quay.io/pantheon-public/build-tools-ci:8.x-php8.1
resource_class: <<parameters.resource_class>>

jobs:
Expand Down

0 comments on commit e07ff81

Please sign in to comment.