mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +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
|
context: ./images
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.image.outputs.version }}
|
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.image.outputs.version }}
|
||||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
|
||||||
build-args: |
|
build-args: |
|
||||||
RUNNER_VERSION=${{ steps.image.outputs.version }}
|
RUNNER_VERSION=${{ steps.image.outputs.version }}
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user