mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Add debug step to build phase
This commit is contained in:
parent
386f240381
commit
253e6972f6
1 changed files with 2 additions and 1 deletions
1
.github/workflows/dev_pipeline.yml
vendored
1
.github/workflows/dev_pipeline.yml
vendored
|
@ -49,6 +49,7 @@ jobs:
|
|||
run: |
|
||||
echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
|
||||
echo IMAGE_TAG=$(echo ${{ github.ref }} | tr '[:upper:]' '[:lower:]' | awk '{split($0,a,"/"); print a[3]}') >> $GITHUB_ENV
|
||||
- run: ls -al
|
||||
- id: docker-build-push
|
||||
name: Docker Build and Push
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
Loading…
Reference in a new issue