diff --git a/.github/workflows/dev_pipeline.yml b/.github/workflows/dev_pipeline.yml index 5c05953fa..6d3e2f2f5 100644 --- a/.github/workflows/dev_pipeline.yml +++ b/.github/workflows/dev_pipeline.yml @@ -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 }} \ No newline at end of file + docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.sha }}