Skip to content

Commit

Permalink
fix bad helm references with terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
henrjk committed Dec 21, 2023
1 parent ef4c555 commit df75c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
IMAGE_BASE: ${{ github.repository }}
IMAGE_NAME: helm
IMAGE_NAME: terraform

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_BASE: ${{ github.repository }}
IMAGE_NAME: helm
IMAGE_NAME: terraform

jobs:
build:
Expand Down

0 comments on commit df75c37

Please sign in to comment.