workflows #2
@ -9,6 +9,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -24,7 +26,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: 'http://192.168.0.100:8928'
|
registry: 'http://192.168.0.100:8928'
|
||||||
username: hitanshu
|
username: hitanshu
|
||||||
password: 1244455f0713469ed62d324a1e8841874b6602be
|
password: ${{ secrets.ACCESS_TOKEN }}
|
||||||
- name: Gradle build
|
- name: Gradle build
|
||||||
run: ./gradlew bootBuildImage --imageName=http://192.168.0.100:8928/cftunnels:latest .
|
run: ./gradlew bootBuildImage --imageName=http://192.168.0.100:8928/cftunnels:latest .
|
||||||
- name: Push to Gitea Registry
|
- name: Push to Gitea Registry
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user