Skip to content

Commit

Permalink
update versioning tag and remove target runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Nov 7, 2023
1 parent f999245 commit 4ea1fd7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4ea1fd7

Please sign in to comment.