From 4ea1fd7611a0dc50f6f14f95ce58a7a360072e30 Mon Sep 17 00:00:00 2001 From: Carlton N Hanna Date: Tue, 7 Nov 2023 14:01:34 -0700 Subject: [PATCH] update versioning tag and remove target runner --- .github/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c086a03..97e6262 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,13 +31,12 @@ jobs: - name: Get Branch Name id: get-branch-name - run: echo "::set-output name=branch::$(echo $GITHUB_REF | sed 's/refs\/heads\///')" + run: echo "::set-output name=branch::$(echo $GITHUB_REF | sed 's/refs\/heads\//-/')" - name: Build and push privatenet uses: docker/build-push-action@v2 with: - target: runner file: Dockerfile context: . push: true - tags: provenanceio/explorer-frontend-${{ steps.get-branch-name.outputs.branch }}:latest + tags: provenanceio/explorer-frontend-generic:${{ steps.get-branch-name.outputs.branch }}