From f0def24e5dffd381ebdc35c042903b681c27294c Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 6 Sep 2024 09:04:44 -0400 Subject: [PATCH] ci: update docker tags to remove semver matches (#11) Signed-off-by: Chris Gianelloni --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 28191c7..a0bed0c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -181,8 +181,6 @@ jobs: type=match,pattern=v(.*)-(.*),group=1 # branch type=ref,event=branch - # semver - type=semver,pattern={{version}} - id: meta-dockerhub-tag name: Metadata - Docker Hub (Tags) uses: docker/metadata-action@v5 @@ -206,8 +204,6 @@ jobs: type=match,pattern=v(.*)-(.*),group=1 # branch type=ref,event=branch - # semver - type=semver,pattern={{version}} - id: meta-ghcr-tag name: Metadata - GHCR (Tags) uses: docker/metadata-action@v5