From c9187be579dd6a11c9d3360b985dbf9d225404c9 Mon Sep 17 00:00:00 2001 From: Giorgio Salluzzo Date: Wed, 17 Apr 2024 15:37:41 +0200 Subject: [PATCH] Removing trigger --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1133f6c..dcb53b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,6 @@ on: push: tags: - v** - pull_request: - branches: ["main"] jobs: release: @@ -27,12 +25,6 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} -# - -# name: Docker metadata -# id: meta -# uses: docker/metadata-action@v5 -# with: -# images: name/app - name: Build and push uses: docker/build-push-action@v5