diff --git a/.github/workflows/push-app-image.yml b/.github/workflows/push-app-image.yml index 1c704ae..610703a 100644 --- a/.github/workflows/push-app-image.yml +++ b/.github/workflows/push-app-image.yml @@ -1,13 +1,15 @@ name: Push app image on: # This runs on v *.*.0 after the base image has been - # built and pushed, or on v + # built and pushed, or on patch version tag. push: tags: - "v*.*.[1-9]*" workflow_run: - workflows: ["Push base image"] - types: ["completed"] + workflows: + - "Push base image" + types: + - "completed" env: DOCKER_USER: lcnetdev diff --git a/.github/workflows/push-test-image.yml b/.github/workflows/push-test-image.yml index 07389a0..93cb36f 100644 --- a/.github/workflows/push-test-image.yml +++ b/.github/workflows/push-test-image.yml @@ -1,7 +1,7 @@ name: Push test image on: push: - branch: + branches: - "test" env: