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 f8c2f28 commit 5f514a8Copy full SHA for 5f514a8
.github/workflows/release.yaml
@@ -1,13 +1,13 @@
1
-name: push image
+name: release
2
3
on:
4
push:
5
tags:
6
- v*
7
8
jobs:
9
- build-assets:
10
- name: build-assets
+ release:
+ name: release
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
@@ -25,6 +25,7 @@ jobs:
25
- run: scripts/build
26
- run: docker build --build-arg VERSION=$VERSION -t $IMAGE_NAME:$VERSION .
27
- run: docker push $IMAGE_NAME:$VERSION
28
+ - run: curl -s -u ${{ secrets.CHARTS_CREDENTIALS }} --data-binary @dist/speakerbob-$CHART_VERSION.tar.gz https://charts.jacobapayne.com/api/charts
29
- uses: softprops/action-gh-release@v1
30
if: startsWith(github.ref, 'refs/tags/')
31
env:
0 commit comments