Skip to content

Commit

Permalink
added run-name for Release github workflow to better distinguish it i…
Browse files Browse the repository at this point in the history
…n the actions list
  • Loading branch information
quantum-grit committed Nov 10, 2023
1 parent 35870c5 commit d294a73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release
run-name: Releasing ${{ github.event.release.tag_name }}

on:
workflow_dispatch:
Expand Down Expand Up @@ -150,7 +151,7 @@ jobs:
working-directory: manifests/overlays/development
run: |
kustomize edit set image ghcr.io/podkrepi-bg/frontend=ghcr.io/podkrepi-bg/frontend:$VERSION
kustomize edit set annotation app.komodor.com/app.ref:$GITHUB_SHA
kustomize edit set annotation app.komodor.com/app.ref:$GITHUB_SHA
- name: Set kubeconfig
run: echo ${{ secrets.K8S_DEV_CONFIG }} | base64 -d > config.yaml
Expand Down Expand Up @@ -202,7 +203,7 @@ jobs:
working-directory: manifests/overlays/production
run: |
kustomize edit set image ghcr.io/podkrepi-bg/frontend=ghcr.io/podkrepi-bg/frontend:$VERSION
kustomize edit set annotation app.komodor.com/app.ref:$GITHUB_SHA
kustomize edit set annotation app.komodor.com/app.ref:$GITHUB_SHA
- name: Set kubeconfig
run: echo ${{ secrets.K8S_CONFIG }} | base64 -d > config.yaml
Expand Down

0 comments on commit d294a73

Please sign in to comment.