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