We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8d44e commit e83aa58Copy full SHA for e83aa58
.github/workflows/ci.yaml
@@ -57,7 +57,7 @@ jobs:
57
{"auths":{"ghcr.io":{"username":"${DOCKER_USERNAME}","password":"${DOCKER_PASSWORD}"}}}
58
EOF
59
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
+ pack build ghcr.io/${DOCKER_USERNAME}/tsunagu-${{ matrix.component }} -p ${GITHUB_WORKSPACE}/tsunagu-${{ matrix.component }}/target/*.zip --builder paketobuildpacks/builder-jammy-tiny:latest --publish
61
- uses: actions/upload-artifact@v2
62
with:
63
name: tsunagu-dist
0 commit comments