diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e300b24..9c0b7ef 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -47,7 +47,9 @@ jobs: uses: ncipollo/release-action@v1 with: latest: true + allowUpdates: 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 +105,5 @@ jobs: latest: true allowUpdates: true name: ${{ github.ref_name }} + tag: ${{ github.ref_name }} artifacts: "agent-${{matrix.architecture}}.tar"