mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 17:05:49 +00:00
Merge branch 'kubify' of https://github.com/AngelODeath/spring-petclinic into kubify
This commit is contained in:
commit
419d3dda5b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dev_pipeline.yml
vendored
3
.github/workflows/dev_pipeline.yml
vendored
|
@ -49,10 +49,11 @@ 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: mkdir target && mv *.jar target
|
||||
- id: docker-build-push
|
||||
name: Docker Build and Push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.sha }}
|
||||
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.sha }}
|
||||
|
|
Loading…
Reference in a new issue