diff --git a/.github/workflows/locust-distributed.yaml b/.github/workflows/locust-distributed.yaml index a7e3e9f..abb5073 100644 --- a/.github/workflows/locust-distributed.yaml +++ b/.github/workflows/locust-distributed.yaml @@ -35,4 +35,4 @@ jobs: with: context: ./locust push: true - tags: ghcr.io/base2services/locust-distributed:snapshot_${{env.GITHUB_REF_SLUG}} \ No newline at end of file + tags: ghcr.io/base2services/locust-distributed:snapshot_${{env.GITHUB_SHA_SHORT}} \ No newline at end of file