Skip to content

Commit

Permalink
fix: sed
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed May 30, 2024
1 parent dd48102 commit 7c3b47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@v5
with:
images: upcintua/jaqpot-test

Expand All @@ -35,7 +35,7 @@ jobs:

- name: Update version in build.gradle.kts
run: >-
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.meta.outputs.tags }}/g" build.gradle.kts
sed -i "s#{{VERSION_PLACEHOLDER}}#${{ steps.meta.outputs.tags }}#g" build.gradle.kts
- name: Build docker image
run: ./gradlew bootBuildImage
Expand Down

0 comments on commit 7c3b47f

Please sign in to comment.