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 2bf4b72 commit 2cb9d5cCopy full SHA for 2cb9d5c
.github/workflows/release.yaml
@@ -82,7 +82,7 @@ jobs:
82
run: ./skaffold build --profile release --file-output=container-ids.json --tag='${{env.RELEASE_VER}}'
83
84
- name: Save artifact with tags of built containers
85
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v4
86
with:
87
name: container-ids
88
path: container-ids.json
@@ -105,7 +105,7 @@ jobs:
105
poetry publish --build -u __token__ -p ${{ secrets.PYPI_PROJECT_TOKEN }}
106
107
- name: Save artifact with helm chart
108
109
110
name: helm-chart
111
path: helm/robusta/
0 commit comments