From afc2feb66e0c9396c244a4aff1711e3e17f83567 Mon Sep 17 00:00:00 2001 From: Swati Rawal Date: Thu, 14 Dec 2023 10:15:30 +0000 Subject: [PATCH] chore: changed the docker image name --- .github/workflows/release-updated.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-updated.yml b/.github/workflows/release-updated.yml index 8e1ccc7..74e0fdb 100644 --- a/.github/workflows/release-updated.yml +++ b/.github/workflows/release-updated.yml @@ -39,8 +39,8 @@ jobs: # GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Docker push version run: | - docker build --build-arg GPR_TOKEN=$GPR_TOKEN -t ghcr.io/eyblockchain/zokrates-worker-updated:latest . - docker push ghcr.io/eyblockchain/zokrates-worker-updated:latest + docker build --build-arg GPR_TOKEN=$GPR_TOKEN -t ghcr.io/eyblockchain/zokrates-worker-starlight:latest . + docker push ghcr.io/eyblockchain/zokrates-worker-starlight:latest env: GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }} # - name: Set up Docker Buildx