mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15: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: |
|
run: |
|
||||||
echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
|
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
|
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
|
- id: docker-build-push
|
||||||
name: Docker Build and Push
|
name: Docker Build and Push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
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