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 4284c08 commit bef07f2Copy full SHA for bef07f2
.github/workflows/test.yml
@@ -123,7 +123,7 @@ jobs:
123
--build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \
124
--output type=oci,dest=alpine-node-base,platform-split=false \
125
-f ./.github/docker/Dockerfile.musl \
126
- -t $ARCH-alpine-lib-base-node-$NODE_VERSION
+ -t $ARCH-alpine-lib-base-node-$NODE_VERSION \
127
.
128
129
- id: upload
0 commit comments