|
|
@@ -1,7 +1,7 @@
|
|
|
on:
|
|
|
push:
|
|
|
tags:
|
|
|
- - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
|
|
|
+ - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
|
|
name: Create prerelease w/ binaries and docker image
|
|
|
jobs:
|
|
|
build-push-porter:
|
|
|
@@ -487,7 +487,7 @@ jobs:
|
|
|
|
|
|
cat >Dockerfile <<EOL
|
|
|
FROM ghcr.io/porter-dev/porter/porter-cli:${{steps.tag_name.outputs.tag}}
|
|
|
- LABEL org.opencontainers.image.source="https://github.com/porter-dev/porter"
|
|
|
+ LABEL org.opencontainers.image.source="https://github.com/porter-dev/porter-new"
|
|
|
|
|
|
COPY entrypoint.sh /action/
|
|
|
|
|
|
@@ -524,7 +524,7 @@ jobs:
|
|
|
|
|
|
cat >Dockerfile <<EOL
|
|
|
FROM ghcr.io/porter-dev/porter/porter-cli:${{steps.tag_name.outputs.tag}}
|
|
|
- LABEL org.opencontainers.image.source="https://github.com/porter-dev/porter"
|
|
|
+ LABEL org.opencontainers.image.source="https://github.com/porter-dev/porter-new"
|
|
|
|
|
|
COPY entrypoint.sh /action/
|
|
|
|