From 7b651e04df8d3a302944b369fac757452250f60f Mon Sep 17 00:00:00 2001 From: johnmeshulam <55348702+johnmeshulam@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:09:07 +0200 Subject: [PATCH] Update build_and_deploy.yml --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}