From ab1f8d6a4bee66d1b236782225e960854a356c38 Mon Sep 17 00:00:00 2001 From: Alexander Hebel Date: Fri, 5 Jan 2024 11:48:00 +0100 Subject: [PATCH] revert trigger on each pr --- .github/workflows/k8s.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/k8s.yml b/.github/workflows/k8s.yml index 9946370..797cb38 100644 --- a/.github/workflows/k8s.yml +++ b/.github/workflows/k8s.yml @@ -3,12 +3,10 @@ # SPDX-License-Identifier: Apache-2.0 name: Publish k8s sidecar image -#on: -# push: -# tags: -# - "*" # triggers only if push new tag version, like `0.8.4 on: - pull_request: + push: + tags: + - "*" # triggers only if push new tag version, like `0.8.4 # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: