From cb7d85f60d440a6f2ead9596dbf8bb1d4b1aedb8 Mon Sep 17 00:00:00 2001 From: Kitsuya0828 Date: Tue, 2 Apr 2024 15:18:24 +0900 Subject: [PATCH] revert: test workflow on branch This reverts commit 01935f01a731238500a2b1a87af52623f01aa802. --- .github/workflows/release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 36db4f0..6f551f1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,8 @@ name: Release on: - pull_request: - + push: + tags: + - "v*" jobs: release: name: Release @@ -37,3 +38,4 @@ jobs: push: true tags: | ghcr.io/${{ github.repository }}:latest + ghcr.io/${{ github.repository }}:${{ steps.vars.outputs.tag }}