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"