Skip to content

Commit

Permalink
Rename actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander committed Jul 10, 2023
1 parent cac4547 commit cf32848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: release
name: release-chart

on:
push:
tags:
- "chart-v*"

jobs:
build:
release-chart:
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-image.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: release
name: release-image

on:
push:
tags:
- "v*"

jobs:
build:
release-image:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit cf32848

Please sign in to comment.