diff --git a/.github/workflows/locust.yaml b/.github/workflows/locust.yaml index 290a58b..bc1d30b 100644 --- a/.github/workflows/locust.yaml +++ b/.github/workflows/locust.yaml @@ -52,7 +52,6 @@ jobs: - name: Build and push Container Image to GitHub Container Repository uses: docker/build-push-action@v6 with: - context: . - file: ./Dockerfile + context: ./locust push: true tags: ghcr.io/base2services/locust:snapshot_${{env.GITHUB_REF_SLUG}} \ No newline at end of file