Tag image with cargo-leptos version on main
Some checks failed
Push Workflows / docker-build (push) Failing after 13s

This commit is contained in:
Ethan Girouard 2024-12-28 16:21:51 -05:00
parent 1a993fdffd
commit f1b893298e
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

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