Skip to content

Commit

Permalink
try pushing to dev registry
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed Jul 3, 2024
1 parent 6836074 commit 24dbde8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/publish-to-jamsocket/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ runs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: new.jamcr.io
registry: jamcr.xyz
username: ${{ env.JAMCR_USER }}
password: ${{ env.JAMCR_PASS }}

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v5
with:
images: new.jamcr.io/${{ inputs.jamsocket_account }}/${{ inputs.jamsocket_service }}
images: jamcr.xyz/${{ inputs.jamsocket_account }}/${{ inputs.jamsocket_service }}
tags: |
type=raw,value=${{ inputs.docker_tag }}
labels: |
Expand Down

0 comments on commit 24dbde8

Please sign in to comment.