From 0cb40bd93ae2bce2547de1b2f36e50b03eb273bf Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Wed, 21 Aug 2024 10:18:14 +0200 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 793b73b..e300b24 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -48,7 +48,6 @@ jobs: with: latest: true name: ${{ github.ref_name }} - tag: ${{ github.ref_name }} artifacts: "agent-${{matrix.architecture}}.tar" # Taken from GoReleaser's own release workflow. # The available Snapcraft Action has some bugs described in the issue below. @@ -104,5 +103,4 @@ jobs: latest: true allowUpdates: true name: ${{ github.ref_name }} - tag: ${{ github.ref_name }} artifacts: "agent-${{matrix.architecture}}.tar"