Remove latest tag from runner image publishing workflow

This commit is contained in:
Bassem Dghaidi
2023-02-16 09:20:40 -05:00
committed by GitHub
parent 02c9d1c704
commit 17bd740007

View File

@@ -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