Skip to content

Commit

Permalink
Make builded images available in forks.
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Aug 7, 2023
1 parent b267919 commit 2d85e09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bb_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,12 @@ jobs:
echo "Not pushing images to registry"
fi
- name: Login to ghcr.io
if: ${{ env.DEPLOY_IMAGES == 'true' }}
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push images to ghcr.io
if: ${{ env.DEPLOY_IMAGES == 'true' }}
run: |
msg="Push docker image to ghcr.io (${{ env.IMG }})"
line="${msg//?/=}"
Expand Down

0 comments on commit 2d85e09

Please sign in to comment.