Skip to content

Commit

Permalink
Update push-container.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x authored Aug 12, 2023
1 parent fda24a7 commit 3ed9b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- run: |
docker build -f build.Dockerfile . -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/robowoofy:upgrade-brownie-${{ github.sha }} --network=host
docker build -f build.Dockerfile . -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/robowoofy:upgrade-brownie-weiroll${{ github.sha }} --network=host
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/robowoofy:upgrade-brownie-${{ github.sha }}

0 comments on commit 3ed9b59

Please sign in to comment.