From cac83e618adafb96cd771244c1c46b037866b897 Mon Sep 17 00:00:00 2001 From: Atharva Shirdhankar <72031540+StarTrooper08@users.noreply.github.com> Date: Tue, 16 Jul 2024 02:24:53 +0530 Subject: [PATCH] Update build-and-publish-image.yml --- .github/workflows/build-and-publish-image.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish-image.yml b/.github/workflows/build-and-publish-image.yml index 63eac8b9..d21ccee0 100644 --- a/.github/workflows/build-and-publish-image.yml +++ b/.github/workflows/build-and-publish-image.yml @@ -55,13 +55,14 @@ jobs: type=ref,event=pr type=semver,pattern={{ env.VERSION }} type=sha - + - name: Build and push Docker image uses: docker/build-push-action@v5 with: context: . push: true - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }} + tags: | + ${{ env.REGISTRY }}/startrooper08/r-dev-env:${{ github.ref_name }} build-args: | CONTAINER_VERSION=${{ env.VERSION }} labels: ${{ steps.meta.outputs.labels }}