Skip to content

Commit

Permalink
fix: ci LATEST bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jobulcke committed Aug 16, 2024
1 parent 4821fd5 commit f6aa77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Define Docker variables
run: |
echo "IMAGE_TAG"=${{ env.version }}
echo "IMAGE_TAG"=${{ env.version }} >> $GITHUB_ENV
if [[ "${{ env.version }}" != *"SNAPSHOT"* ]]; then
echo "LATEST=latest" >> $GITHUB_ENV
fi
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>be.jobulcke.ldes</groupId>
<artifactId>ldes-member-seeder</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>LdesMemberSeeder</name>
<description>LdesMemberSeeder</description>
<url/>
Expand Down

0 comments on commit f6aa77b

Please sign in to comment.