switching to soleng

This commit is contained in:
Jesse Houldsworth 2025-04-29 08:57:57 -07:00
parent 9ecc402ff9
commit 6c6c4cc057

View file

@ -87,6 +87,13 @@ jobs:
#################################################
# 9) Build Docker image with local Docker
#################################################
- name: Login to JFrog Docker Repo
uses: docker/login-action@v3
with:
registry: ${{ secrets.JF_RT_URL }}
username: ${{ secrets.ARTIFACTORY_USERNAME }}
password: ${{ secrets.ARTIFACTORY_IDENTITY_TOKEN }}
- name: Build Docker Image
run: |
docker build -t jesseh.jfrog.io/jesseh-docker-dev-local/spring-petclinic:${{ github.run_id }} .