Skip to content

Commit d02f90c

Browse files
committed
ERROR: failed to build: invalid tag "a002k/simple-app:": invalid reference format
1 parent 45bb814 commit d02f90c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Compute version
4949
run: |
5050
gradle printVersion
51-
echo "BUILD_VERSION=$(gradle printVersion)" >> $GITHUB_ENV
51+
echo "BUILD_VERSION=$(gradle printVersion -q --no-daemon | tail -n 1)" >> $GITHUB_ENV
5252
- name: Login to Docker Hub
5353
env:
5454
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)