Skip to content

Commit e42466a

Browse files
Add latest tag to docker image
1 parent 8c029e4 commit e42466a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ jobs:
9494
uses: docker/build-push-action@v2
9595
with:
9696
push: true
97-
tags: ${{ steps.determine-docker-image-vars.outputs.ghcr_tags }}
97+
tags: |
98+
${{ steps.determine-docker-image-vars.outputs.ghcr_tags }}
99+
${{ steps.determine-docker-image-vars.outputs.ghcr_latest }}
98100
context: .
99101
file: ./runner.Dockerfile
100102
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)