From c274d670fe80c8ec32ba9ab7ae474d6521e8f69b Mon Sep 17 00:00:00 2001 From: Marco Argentieri <3596602+tiero@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:37:55 +0200 Subject: [PATCH] Update ark.release.yaml Signed-off-by: Marco Argentieri <3596602+tiero@users.noreply.github.com> --- .github/workflows/ark.release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ark.release.yaml b/.github/workflows/ark.release.yaml index 3e5d8b8..b1a73b9 100755 --- a/.github/workflows/ark.release.yaml +++ b/.github/workflows/ark.release.yaml @@ -124,5 +124,5 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }} - platforms: linux/amd64,linux/arm64 \ No newline at end of file + tags: ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }},ghcr.io/${{ github.repository }}:latest + platforms: linux/amd64,linux/arm64