Skip to content

Commit

Permalink
actually set the tag right
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Feb 24, 2024
1 parent e8302c8 commit 7345be1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Build Docker image
run: docker build . -t geode-index:${{ github.ref }}
run: docker build . -t geode-index:${{ env.RELEASE_VERSION }}

- name: Push Docker image to index server
run: |
Expand Down

0 comments on commit 7345be1

Please sign in to comment.