Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: Remove registry from push action
Browse files Browse the repository at this point in the history
  • Loading branch information
akimon658 committed Apr 4, 2022
1 parent f5cc599 commit ae21333
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Push to GitHub Container Registry
uses: docker/build-push-action@v2
with:
registry: ghcr.io
push: true
tags: |
ghcr.io/${{ env.REPOSITORY }}:${{ steps.tagName.outputs.tag }}
Expand All @@ -59,7 +58,6 @@ jobs:
- name: Push to GitLab Container Registry
uses: docker/build-push-action@v2
with:
registry: registry.gitlab.com
push: true
tags: |
registry.gitlab.com/${{ env.REPOSITORY }}:${{ steps.tagName.outputs.tag }}
Expand Down

0 comments on commit ae21333

Please sign in to comment.