mirror of
https://github.com/immich-app/base-images.git
synced 2025-09-10 07:24:16 +02:00
fix: should push on tag (#247)
This commit is contained in:
2
.github/workflows/build-server-base.yml
vendored
2
.github/workflows/build-server-base.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
- '.github/workflows/build-server-base.yml'
|
||||
- name: Check if we should force jobs to run
|
||||
id: should_force
|
||||
run: echo "should_force=${{ steps.found_paths.outputs.workflow == 'true' || github.event_name == 'release' || github.ref_name == 'main' }}" >> "$GITHUB_OUTPUT"
|
||||
run: echo "should_force=${{ steps.found_paths.outputs.workflow == 'true' || startsWith(github.ref, 'refs/tags') || github.ref_name == 'main' }}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
build_and_push:
|
||||
needs: pre-job
|
||||
|
||||
Reference in New Issue
Block a user