From 3f981c0f2f7f7dd9f6cf1371666708d7ce509e36 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Wed, 21 Aug 2024 10:26:21 +0200 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 3 +++ 1 file changed, 3 insertions(+) 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"