Skip to content

Commit

Permalink
fix: release push docker image (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq authored Feb 8, 2023
1 parent 28d5c41 commit a875272
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Log in to the Container registry
uses: docker/[email protected]
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: image_name
run: echo ${{ env.IMAGE_NAME }}
- name: Extract metadata (tags, labels) for Docker
Expand All @@ -81,5 +75,5 @@ jobs:
addLatest: true
directory: dist
dockerfile: ./cmd/juno-admin/Dockerfile
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a875272

Please sign in to comment.