Tag image with cargo-leptos version on main
Some checks failed
Push Workflows / docker-build (push) Failing after 13s
Some checks failed
Push Workflows / docker-build (push) Failing after 13s
This commit is contained in:
parent
1a993fdffd
commit
f1b893298e
@ -31,6 +31,6 @@ jobs:
|
|||||||
if: gitea.ref == 'refs/heads/main'
|
if: gitea.ref == 'refs/heads/main'
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest"
|
tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest,${{ steps.get-image-name.outputs.IMAGE_NAME }}:cargo-leptos-0-2-22"
|
||||||
cache-from: type=registry,ref=${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest
|
cache-from: type=registry,ref=${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user