Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mbologna committed Nov 24, 2024
1 parent 2d4d895 commit f82d202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-scan-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
- name: Push Docker image to GitHub Container Registry
run: |
docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
docker tag ${{ secrets.DOCKER_USERNAME }}/docker-bitlbeebitlbee:${{ github.sha }} ghcr.io/${{ github.repository_owner }}/docker-bitlbee:${{ github.sha }}
docker tag ${{ secrets.DOCKER_USERNAME }}/docker-bitlbee:${{ github.sha }} ghcr.io/${{ github.repository_owner }}/docker-bitlbee:${{ github.sha }}
docker push ghcr.io/${{ github.repository_owner }}/docker-bitlbee:${{ github.sha }}

0 comments on commit f82d202

Please sign in to comment.