Add domain to token #58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check-build-docker-images-workflow | |
| on: [push] | |
| jobs: | |
| Check-build-docker-images: | |
| runs-on: ubuntu-latest | |
| if: contains(github.event.pull_request.body, 'The workflow check-build-docker-images was intentionally skipped.') == false | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: Build aasx-identity-server4 | |
| uses: docker/build-push-action@v1 | |
| with: | |
| push: false | |
| dockerfile: docker/Dockerfile-aasx-identity-server4 |