Skip to content

Commit

Permalink
Merge pull request #37 from acend/fix-release-action
Browse files Browse the repository at this point in the history
fix release action, again
  • Loading branch information
splattner authored Jan 11, 2022
2 parents 869e249 + dcc802f commit 283b3cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [closed]

jobs:
deployment:
cleanup:
runs-on: 'ubuntu-latest'
steps:
-
Expand All @@ -19,7 +19,7 @@ jobs:
PR_NUMBER: '${{ github.event.pull_request.number }}'
QUAYIO_API_TOKEN: '${{ secrets.QUAYIO_API_TOKEN }}'
run: |
curl -X DELETE -H "Authorization: Bearer ${QUAYIO_API_TOKEN}" https://quay.io/api/v1/repository/acend/theia/tag/pr-${PR_NUMBER}{,-puzzle}
curl -X DELETE -H "Authorization: Bearer ${QUAYIO_API_TOKEN}" https://quay.io/api/v1/repository/acend/theia/tag/pr-${PR_NUMBER}
-
name: Delete PR Tag on ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN }}

-
name: Log in to the ghcr.io Container registry
name: Login to the ghcr.io Container registry
uses: docker/login-action@5fcefb941de79536616e9422226e33fd39f1706f
with:
registry: ghcr.io
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build & deploy Release Version
name: Build & deploy released Version

on:
release:
types: [published]
push:
tags:
- webshell-*

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/webshell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: webshell
description: A Helm chart to deploy a webshell environment
type: application
version: 0.1.14
appVersion: "0.1.14"
version: 0.1.15
appVersion: "0.1.15"

0 comments on commit 283b3cd

Please sign in to comment.