From 0c11a5b9a278c4fc0aa9abf25771afbdf2d0c5e8 Mon Sep 17 00:00:00 2001 From: Geert van Geest Date: Tue, 18 Jun 2024 16:57:48 +0200 Subject: [PATCH] trying auto tags --- .github/workflows/docker-image.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 333fad8..eb779aa 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,9 +21,6 @@ jobs: # list of Docker images to use as base name for tags images: | geertvangeest/spatial-transcriptomics-rstudio - # generate Docker tags based on the following events/attributes - tags: | - type=semver,pattern={{major}}.{{minor}} - name: Checkout uses: actions/checkout@v3