Skip to content

Commit

Permalink
fix: tag docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed May 30, 2024
1 parent 059e8cc commit b77883b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
# run: ./gradlew build -x test

- name: Build docker image
run: ./gradlew bootBuildImage
run: |
./gradlew bootBuildImage
docker tag ${{ env.IMAGE_NAME }} ${{ steps.meta.outputs.tags }}
- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit b77883b

Please sign in to comment.