Skip to content

Commit

Permalink
Fix FULL_VERSION variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored Oct 29, 2024
1 parent 6023591 commit b9d0336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Extract version for tags
run: |
echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' Dockerfile)" >> $GITHUB_ENV
echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' latest/Dockerfile)" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Extract version for tags
run: |
echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' Dockerfile)" >> $GITHUB_ENV
echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' rc/Dockerfile)" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit b9d0336

Please sign in to comment.