fix(ci): add context: . to Docker build-push step in release workflow
All checks were successful
Release / release (push) Successful in 4m7s

This commit is contained in:
2026-04-29 21:48:06 +02:00
parent ee98d6844a
commit 6b296460dd

View File

@@ -73,6 +73,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: |
${{ env.IMAGE }}:${{ github.ref_name }}