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