changed docker image from latest to specific tag
Some checks failed
CI / build-test (push) Successful in 48s
CI / docker (push) Failing after 2s

This commit is contained in:
2026-02-23 21:25:30 +01:00
parent e4f32132e3
commit 54478dcd4f

View File

@@ -8,7 +8,7 @@ jobs:
build-test:
runs-on: docker
container:
image: gitea.jeanlucmakiola.de/makiolaj/docker-node-and-go:latest
image: gitea.jeanlucmakiola.de/makiolaj/docker-node-and-go:064281efa4401d6f440edd18dc467929b89d7f71
env:
GOTOOLCHAIN: local
steps: