Fixing docker login
Some checks failed
sample gradle build and test / build (pull_request) Failing after 10m31s
Some checks failed
sample gradle build and test / build (pull_request) Failing after 10m31s
This commit is contained in:
parent
c9cac7d0c9
commit
0d67c2f330
@ -19,10 +19,12 @@ jobs:
|
|||||||
java-version: '17'
|
java-version: '17'
|
||||||
- name: Validate Gradle Wrapper
|
- name: Validate Gradle Wrapper
|
||||||
uses: gradle/actions/wrapper-validation@v3
|
uses: gradle/actions/wrapper-validation@v3
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Log in to Gitea Docker Registry
|
- name: Log in to Gitea Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: http://192.168.0.100:8928
|
registry: 'http://192.168.0.100:8928'
|
||||||
username: hitanshu
|
username: hitanshu
|
||||||
password: ${{ secrets.ACCESS_TOKEN }}
|
password: ${{ secrets.ACCESS_TOKEN }}
|
||||||
- name: Gradle build
|
- name: Gradle build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user