Skip to content

Commit

Permalink
feat: Adds docker build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
moraesjeremias committed Feb 28, 2024
1 parent 7a4d8ee commit 10709fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
- name: Export Tag Var
id: prepare
run: |
TAG=${GITHUB_REF#refs/tags/}
# ${GITHUB_REF#refs/tags/}
TAG='v0.0.1'
echo ::set-output name=tag_name::${TAG}
- name: Sets Digital Ocean Registry
id: sets_do_registry
Expand All @@ -84,4 +85,4 @@ jobs:
push: true
tags: ${{ steps.sets_do_registry.outputs.do_registry }}/availj/bridge-api:${{ steps.prepare.outputs.tag_name }}
build-args: |
AVAIL_TAG=${{ steps.prepare.outputs.tag_name }}
BUILD_PROFILE=release

0 comments on commit 10709fb

Please sign in to comment.