diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index b9d3f0384..d0f8fe77c 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -6,7 +6,7 @@ on: env: REGISTRY: 'registry.digitalocean.com/first-israel-registry' - IMAGE_TAG: ${{ github.ref }} + IMAGE_TAG: ${{ github.ref_name }} DIGITALOCEAN_KEY: ${{ secrets.DIGITALOCEAN_KEY }} DIGITALOCEAN_SECRET: ${{ secrets.DIGITALOCEAN_SECRET }} DIGITALOCEAN_ENDPOINT: ${{ vars.DIGITALOCEAN_ENDPOINT }}