diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe1154a..ac81130 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,8 @@ on: push: tags: - "*" -# branches: -# - 'yourbranch' # useful for testing + branches: + - 'golang-upgrade' # useful for testing env: ghcr_latest_tag: "${{ github.ref_type == 'tag' && ',ghcr.io/vshn/k8ify:latest' || '' }}"