Skip to content

Commit

Permalink
Tag Docker image with full version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tboeghk committed Feb 28, 2024
1 parent 361c06b commit f43aba8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Gradle check
run: ./gradlew check -x test

- name: Gradle assemble release
run: ./gradlew assembleRelease -Dversion.release=${{ env.VERSION_FULL }}
Expand Down Expand Up @@ -122,6 +119,7 @@ jobs:
context: solr/packaging/build/distributions/context
tags: |
ghcr.io/${{ github.repository }}:${{ env.VERSION }}
ghcr.io/${{ github.repository }}:${{ env.VERSION_FULL }}
release:
name: create release in GitHub
Expand Down

0 comments on commit f43aba8

Please sign in to comment.