Skip to content

Commit 45bb814

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

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 -q)" >> $GITHUB_ENV
51+
echo "BUILD_VERSION=$(gradle printVersion)" >> $GITHUB_ENV
5252
- name: Login to Docker Hub
5353
env:
5454
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)