Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Fix CI image name
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Oct 18, 2021
1 parent 11f00b4 commit cdb4247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
- name: deploy
public: true
plan:
- get: spring-native-java11-image
- get: spring-native-ci-java11-image
- get: git-repo
passed:
- build-key-samples-java11
Expand All @@ -388,7 +388,7 @@ jobs:
serial: true
public: true
plan:
- get: spring-native-java11-image
- get: spring-native-ci-java11-image
- get: git-repo
resource: git-pull-request
trigger: true
Expand Down

0 comments on commit cdb4247

Please sign in to comment.