Skip to content

Commit

Permalink
Merge pull request #669 from xlight05/update-builder-image
Browse files Browse the repository at this point in the history
[2201.7.x] Bump builder image
  • Loading branch information
xlight05 authored Sep 22, 2023
2 parents 3043c3a + e3e3169 commit db26924
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: chmod +x gradlew
- uses: graalvm/setup-graalvm@v1
with:
version: '22.2.0'
version: '22.3.3'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: graalvm/setup-graalvm@v1
with:
version: '22.2.0'
version: '22.3.3'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: 11
- uses: graalvm/setup-graalvm@v1
with:
version: '22.2.0'
version: '22.3.3'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
java-version: 11
- uses: graalvm/setup-graalvm@v1
with:
version: '22.2.0'
version: '22.3.3'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public class Constants {
public static final String FUNCTION_JSON_NAME = "function.json";

public static final String BALLERINA_ORG = "ballerina";
public static final String NATIVE_BUILDER_IMAGE_NAME = "azure_native_builder";
public static final String NATIVE_BUILDER_IMAGE = BALLERINA_ORG + "/" + NATIVE_BUILDER_IMAGE_NAME;
public static final String NATIVE_BUILDER_IMAGE_NAME = "azf_native_builder";
public static final String NATIVE_BUILDER_IMAGE = BALLERINA_ORG + "/" + NATIVE_BUILDER_IMAGE_NAME + ":" + "java11";

public static final String CONTAINER_OUTPUT_PATH = ":/app/build/output";

Expand Down

0 comments on commit db26924

Please sign in to comment.