diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index bf0dbfc27..1a7d4cdc5 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -55,7 +55,6 @@ jobs: context: ./images tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.image.outputs.version }} - ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest build-args: | RUNNER_VERSION=${{ steps.image.outputs.version }} push: true