Chore: Fix CI docker publish (#28134)

pull/28138/head
Rodrigo Nascimento 3 years ago committed by GitHub
parent fa185e2a26
commit 09b1ef7124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci-test-e2e.yml

@ -150,7 +150,7 @@ jobs:
fi;
- name: Publish Docker images (services) to GitHub Container Registry
if: inputs.publish-container == true && inputs.release == 'ee' && github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop'
if: inputs.publish-container == true && inputs.release == 'ee' && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop')
run: |
docker compose -f docker-compose-ci.yml push \
authorization-service \

Loading…
Cancel
Save