Skip to content

Commit

Permalink
ci: revert release.yml (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Sep 9, 2023
1 parent bbe2fac commit 186c0d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: release

on:
push:
tags:
- 'v*'
release:
types:
- published

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
context: k8s-ci
push: true
tags: ${{ github.event.release.tag_name }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

create-pr-to-update-kustomization:
Expand Down

0 comments on commit 186c0d0

Please sign in to comment.