Skip to content

Commit 3f0f297

Browse files
Get jib variables from Github
1 parent c6a70cc commit 3f0f297

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on:
55
pull_request:
66
branches: [ master ]
77

8+
89
jobs:
9-
unit-tests:
1010

11+
build:
1112
runs-on: ubuntu-latest
1213

1314
strategy:
@@ -17,6 +18,9 @@ jobs:
1718
env:
1819
LANG: ${{ matrix.locale }}
1920
MAVEN_ARGS: "--no-transfer-progress -Dstyle.color=always"
21+
CONTAINER_REPO: ${{ env.REGISTRY }}
22+
CONTAINER_REGISTRY_USER: ${{ github.actor }}
23+
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
2024

2125
steps:
2226
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)