We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff25122 commit b22494fCopy full SHA for b22494f
.github/workflows/release.yml
@@ -11,6 +11,12 @@ jobs:
11
name: Release
12
runs-on: ubuntu-latest
13
steps:
14
+ - name: Login to DockerHub
15
+ uses: docker/login-action@v1
16
+ with:
17
+ username: ${{ secrets.DOCKER_USERNAME }}
18
+ password: ${{ secrets.DOCKER_PASSWORD }}
19
+
20
- name: Checkout
21
uses: actions/checkout@v2
22
@@ -40,12 +46,6 @@ jobs:
40
46
path: |
41
47
build/reports/aggregate-tests/
42
48
43
- - name: Login to DockerHub
44
- uses: docker/login-action@v1
45
- with:
- username: ${{ secrets.DOCKER_USERNAME }}
- password: ${{ secrets.DOCKER_PASSWORD }}
-
49
- name: Build/Push Docker image
50
run: |
51
./gradlew dockerPush -x test -S
VERSION
@@ -1 +1 @@
1
-0.1.1
+0.1.2-SNAPSHOT
0 commit comments