Skip to content

Commit

Permalink
Update docker_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajburnwal07 authored Sep 14, 2024
1 parent 717bc4b commit 89a57c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:

- name: Get Release Tag
run: |
TAG=$(echo $GITHUB_REF | sed 's/refs\/tags\///')
echo "VERSION=$(echo $TAG | sed 's/v//')" >> $GITHUB_ENV
echo "VERSION=v0.1.19" >> $GITHUB_ENV
- name: Build base images
uses: docker/bake-action@v4
Expand Down

0 comments on commit 89a57c1

Please sign in to comment.