4 Commits

Author SHA1 Message Date
Krzysztof
34336b2de6 fix 2025-08-03 15:00:01 +02:00
Krzysztof
95f197ff60 try other options 2025-08-03 14:57:24 +02:00
Krzysztof
8ad520c1fe tweak docker fetch 2025-08-03 14:51:15 +02:00
Krzysztof
b2d535d885 build only on release 2025-08-03 14:44:39 +02:00

View File

@@ -1,6 +1,8 @@
name: Docker
on: push
on:
release:
types: [published]
jobs:
push_to_registry:
@@ -14,6 +16,9 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a