Skip to content

Commit b22494f

Browse files
author
julien
committed
Bump for next dev cycle
1 parent ff25122 commit b22494f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
name: Release
1212
runs-on: ubuntu-latest
1313
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+
1420
- name: Checkout
1521
uses: actions/checkout@v2
1622

@@ -40,12 +46,6 @@ jobs:
4046
path: |
4147
build/reports/aggregate-tests/
4248
43-
- name: Login to DockerHub
44-
uses: docker/login-action@v1
45-
with:
46-
username: ${{ secrets.DOCKER_USERNAME }}
47-
password: ${{ secrets.DOCKER_PASSWORD }}
48-
4949
- name: Build/Push Docker image
5050
run: |
5151
./gradlew dockerPush -x test -S

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2-SNAPSHOT

0 commit comments

Comments
 (0)