diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e300b24..793b73b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -48,6 +48,7 @@ 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. @@ -103,4 +104,5 @@ jobs: latest: true allowUpdates: true name: ${{ github.ref_name }} + tag: ${{ github.ref_name }} artifacts: "agent-${{matrix.architecture}}.tar"