Skip to content

Commit

Permalink
Merge pull request #15 from orange-cloudfoundry/use-elpaasoci-images
Browse files Browse the repository at this point in the history
use elpaasoci images
  • Loading branch information
o-orand authored Mar 14, 2024
2 parents bf07230 + 0c77ed3 commit e65fb37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-concourse-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

-
name: build and publish 'buildpack' image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.1.0
with:
context: buildpack-image
push: true
Expand Down
2 changes: 1 addition & 1 deletion operators/add-trigger-all-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
type: registry-image
source:
repository: elpaasoci/concourse-fly-resource
tag: 2.0.2-orange
tag: 2.0.2-orange-20240314

- type: replace
path: /resources/name=weekday-morning?
Expand Down
2 changes: 1 addition & 1 deletion operators/detect-previous-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
type: registry-image
source:
repository: elpaasoci/concourse-fly-resource
tag: 2.0.2-orange
tag: 2.0.2-orange-20240314

- type: replace
path: /resources/name=weekday-morning?
Expand Down
2 changes: 1 addition & 1 deletion operators/slack-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: slack-notification
type: registry-image
source:
repository: cfcommunity/slack-notification-resource
repository: elpaasoci/slack-notification-resource
tag: latest

- type: replace
Expand Down

0 comments on commit e65fb37

Please sign in to comment.