Update .gitea/workflows/release.yml

This commit is contained in:
Luke Tainton 2025-05-10 22:27:22 +02:00
parent 4369470727
commit 848e2c8a47

View File

@ -42,7 +42,7 @@ jobs:
create_docker:
name: Publish Docker Images
runs-on: ubuntu-latest
needs: create_release
needs: [tag, create_release]
steps:
- name: Update Docker configuration
continue-on-error: true