Skip to content

Commit e83aa58

Browse files
committed
Use jammy builder
1 parent ca8d44e commit e83aa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
{"auths":{"ghcr.io":{"username":"${DOCKER_USERNAME}","password":"${DOCKER_PASSWORD}"}}}
5858
EOF
5959
set -x
60-
pack build ghcr.io/${DOCKER_USERNAME}/tsunagu-${{ matrix.component }} -p ${GITHUB_WORKSPACE}/tsunagu-${{ matrix.component }}/target/*.zip --builder paketobuildpacks/builder:tiny --publish --run-image index.docker.io/paketobuildpacks/run@sha256:68ea956969dd199939fcabaa45a22bf0b8ac352532f67f157344e1c2cf2f931f
60+
pack build ghcr.io/${DOCKER_USERNAME}/tsunagu-${{ matrix.component }} -p ${GITHUB_WORKSPACE}/tsunagu-${{ matrix.component }}/target/*.zip --builder paketobuildpacks/builder-jammy-tiny:latest --publish
6161
- uses: actions/upload-artifact@v2
6262
with:
6363
name: tsunagu-dist

0 commit comments

Comments
 (0)