Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SystemsPurge authored Nov 6, 2024
1 parent 64f7ecb commit a7d3790
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ jobs:
runs-on: self-hosted
needs: [build_docker]
steps:
- run: docker login -u $CRU -p $CRP
- run: docker push $CRI:$GITHUB_REF_NAME
- run: docker login -u $CRU -p $CRP && docker push $CRI:$GITHUB_REF_NAME

0 comments on commit a7d3790

Please sign in to comment.