mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Remove latest tag from runner image publishing workflow
This commit is contained in:
1
.github/workflows/publish-image.yml
vendored
1
.github/workflows/publish-image.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user