Skip to content

Commit

Permalink
correcting docker tag to include registry
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson committed Nov 4, 2023
1 parent c3a45e8 commit af7902f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Docker login
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -59,7 +59,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.branch-name.outputs.current_branch }}.${{ github.run_id }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.branch-name.outputs.current_branch }}.${{ github.run_id }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit af7902f

Please sign in to comment.