Skip to content

Commit

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

- name: Notify Slack
if: ${{ success() }}
Expand Down

0 comments on commit b580b20

Please sign in to comment.