We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b722d9d commit 687a23aCopy full SHA for 687a23a
1 file changed
.github/workflows/release.yaml
@@ -65,15 +65,12 @@ jobs:
65
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.2
66
poetry config virtualenvs.create false
67
poetry install --no-dev
68
-# poetry publish --build -u __token__ -p ${{ secrets.PYPI_PROJECT_TOKEN }}
69
70
- name: Release Docker CLI only on formal releases
71
-# if: "!github.event.release.prerelease"
72
run: |-
73
docker buildx build \
74
--platform linux/arm64,linux/amd64 \
75
--tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-cli:dummy-${{env.RELEASE_VER}} \
76
-# --tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-cli \
77
--push \
78
--file cli.Dockerfile \
79
.
0 commit comments