Skip to content

Commit

Permalink
fix registry login
Browse files Browse the repository at this point in the history
  • Loading branch information
Baja-KS committed Aug 26, 2024
1 parent 2b5bc6c commit 39a1732
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ jobs:
echo "outcome=success" >> $GITHUB_OUTPUT
- name: Push Docker image to GHCR
run: |
docker push ${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }}
- name: Login to GHCR
uses: docker/login-action@v2
Expand All @@ -158,6 +154,11 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}


- name: Push Docker image to GHCR
run: |
docker push ${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }}
- name: Deploy with Qovery
if: github.ref == 'refs/heads/develop'
env:
Expand Down

0 comments on commit 39a1732

Please sign in to comment.