Skip to content

Commit

Permalink
💚 try to fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Sep 8, 2023
1 parent 9577d3b commit d71e47d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-ghostnet-front-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
if: github.ref == 'refs/heads/release-ghostnet-staging'
uses: docker/build-push-action@v3
with:
# file: ./batcher-ui/Dockerfile.${{ matrix.network }}
file: ./batcher-ui/Dockerfile.staging
file: ./batcher-ui/Dockerfile.${{ matrix.network }}
context: ./batcher-ui/
push: ${{ github.ref == 'refs/heads/release-ghostnet-staging' }}
tags: |
Expand Down

0 comments on commit d71e47d

Please sign in to comment.