fix: build docker on release

This commit is contained in:
crapStone 2025-02-19 23:20:06 +01:00
parent a597e40a55
commit f123d226a1
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8

View file

@ -16,7 +16,7 @@ steps:
- go version - go version
- just build - just build
when: when:
- event: [push, pull_request] - event: [push, pull_request, tag]
docker-dryrun: docker-dryrun:
depends_on: vendor depends_on: vendor