diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index ca89575..4a5767a 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -49,4 +49,6 @@ jobs: context: ./dockerfile_build push: true # Tag the image with the Gitea instance, image name, and the git commit SHA. - tags: ${{ env.GITEA_INSTANCE_URL }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }} + tags: | + ${{ env.GITEA_INSTANCE_URL }}/${{ env.IMAGE_NAME }}:latest + ${{ env.GITEA_INSTANCE_URL }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}