update: docker tag for dev
Some checks failed
Blog Test / Check-Rebuild (push) Successful in 7s
Blog Test / Build (push) Successful in 11s
Blog Test / Deploy-Test (push) Successful in 10s
Blog Test / Test (push) Failing after 11s

This commit is contained in:
2026-04-03 09:30:41 +00:00
parent 18b5de42bb
commit fa75e5a9a6

View File

@@ -87,7 +87,7 @@ jobs:
--build-arg HUGO_VERSION=${{ needs.Check-Rebuild.outputs.latest_hugo_version }} \ --build-arg HUGO_VERSION=${{ needs.Check-Rebuild.outputs.latest_hugo_version }} \
--tag ${DOCKER_IMAGE}:${{ needs.Check-Rebuild.outputs.latest_hugo_version }} \ --tag ${DOCKER_IMAGE}:${{ needs.Check-Rebuild.outputs.latest_hugo_version }} \
. .
docker tag ${DOCKER_IMAGE}:${{ needs.Check-Rebuild.outputs.latest_hugo_version }} ${DOCKER_IMAGE}:test docker tag ${DOCKER_IMAGE}:${{ needs.Check-Rebuild.outputs.latest_hugo_version }} ${DOCKER_IMAGE}:dev
Deploy-Test: Deploy-Test:
needs: needs: