Skip to content

Commit

Permalink
fix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysterling committed Aug 22, 2023
1 parent 6edf3a3 commit 79fe0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
path: ./kustomize
tags: latest,kustomize-v3.9.3
tag_with_sha: true
build-args: |
build_args: |
KUSTOMIZE_VERSION=v3.9.3
- name: release kustomize v5
uses: docker/build-push-action@v1
Expand All @@ -264,7 +264,7 @@ jobs:
path: ./kustomize
tags: kustomize-v5.1.1
tag_with_sha: true
build-args: |
build_args: |
KUSTOMIZE_VERSION=v5.1.1
- name: Notify Slack
Expand Down

0 comments on commit 79fe0c7

Please sign in to comment.