From 66e9206ca5446b96b2d31f3a5087c70750eb953a Mon Sep 17 00:00:00 2001 From: testusuke Date: Tue, 29 Oct 2024 11:25:58 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20docker=E3=82=A4=E3=83=A1=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E4=BD=9C=E6=88=90CI=E3=81=AE=E7=99=BA=E7=81=AB?= =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=9F=E3=83=B3=E3=82=B0=E3=82=92=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0b582f7..a837c1f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -7,11 +7,9 @@ name: Docker on: push: - branches: [ 'main' ] + branches: [ main ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] - pull_request: - branches: [ main ] env: # Use docker.io for Docker Hub if empty @@ -73,4 +71,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}