diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index ea5f4de..e8b1a0e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -2,7 +2,7 @@ name: Docker Image CI on: release: - type: [created] + type: [created, edited] jobs: docker: @@ -14,15 +14,6 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v1 - - - name: Docker meta - id: meta - uses: docker/metadata-action@v3 - with: - images: aerox86/stock-x - tags: | - type=ref,event=branch - type=semver,pattern={{version}} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 @@ -38,4 +29,4 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: aerox86/stock-x:latest-stable diff --git a/helm-charts b/helm-charts index 4867a8d..9963f3e 160000 --- a/helm-charts +++ b/helm-charts @@ -1 +1 @@ -Subproject commit 4867a8d7e321836496b60cb57b817626b321dcfc +Subproject commit 9963f3e63d9c4eed9042a8d8b601c3141bf9f610