From 69b11f20e7a2f309e857c033e29c0a14fd30ca1d Mon Sep 17 00:00:00 2001 From: Felicia Date: Thu, 30 May 2024 12:14:31 -0700 Subject: [PATCH] include docker registry in action --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 410e74c..879ff41 100644 --- a/action.yml +++ b/action.yml @@ -36,11 +36,11 @@ runs: JAMCR_PASS="${JAMSOCKET_API_TOKEN#*.}" echo "JAMCR_PASS=$JAMCR_PASS" >> $GITHUB_ENV - - name: Log into registry ${{ env.REGISTRY }} + - name: Log into Jamsocket's Docker registry if: github.event_name != 'pull_request' uses: docker/login-action@v3 with: - registry: ${{ env.REGISTRY }} + registry: new.jamcr.io username: ${{ env.JAMCR_USER }} password: ${{ env.JAMCR_PASS }} @@ -48,7 +48,7 @@ runs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.REGISTRY }}/${{ inputs.jamsocket_account }}/${{ inputs.jamsocket_service }} + images: new.jamcr.io/${{ inputs.jamsocket_account }}/${{ inputs.jamsocket_service }} tags: | type=raw,value=latest