Skip to content

Commit

Permalink
change publish context
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhasmitaSw committed May 29, 2024
1 parent c58b927 commit 6946994
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
id: repo_info
run: |
echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
echo "REPO_NAME=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -34,7 +33,7 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ env.REPO_OWNER }}/${{ env.REPO_NAME }}:latest
tags: ghcr.io/${{ env.REPO_OWNER }}/test-image:latest

- name: Log out from GitHub Container Registry
run: docker logout ghcr.io

0 comments on commit 6946994

Please sign in to comment.