Compare commits

..

No commits in common. "2d0ba8b7e0cacbd957decd5cb2402fe5a725ddc6" and "1a993fdffd17715fc16d120575f4647505af7ac2" have entirely different histories.

View File

@ -31,6 +31,6 @@ jobs:
if: gitea.ref == 'refs/heads/main'
with:
push: true
tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest,${{ steps.get-image-name.outputs.IMAGE_NAME }}:cargo-leptos-0-2-22"
tags: "${{ 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