Fixing multiple errors #15

Merged
David merged 10 commits from feature/debugging_build_step into develop 2024-05-15 11:15:06 +02:00
Showing only changes of commit 8f442e0e50 - Show all commits

View File

@ -72,7 +72,7 @@ notification_name: &notification_name Send Notification
# Basic build options # Basic build options
x-step: &default_build_option x-step: &default_build_option
image: plugins/docker image: plugins/docker:20.17.4
settings: settings:
dry_run: *dry_run dry_run: *dry_run
mirror: https://registry.phoenix.ipv64.de mirror: https://registry.phoenix.ipv64.de
@ -102,7 +102,6 @@ steps:
<<: *default_build_option <<: *default_build_option
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
debug: true
- name: *notification_name - name: *notification_name
<<: *default_notification_option <<: *default_notification_option