Skip to content

Commit

Permalink
Get jib variables from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 11, 2024
1 parent c6a70cc commit 6aa1af3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
pull_request:
branches: [ master ]


jobs:
unit-tests:

build:
runs-on: ubuntu-latest

strategy:
Expand All @@ -17,6 +18,9 @@ jobs:
env:
LANG: ${{ matrix.locale }}
MAVEN_ARGS: "--no-transfer-progress -Dstyle.color=always"
CONTAINER_REPO: ${{ env.REGISTRY }}
CONTAINER_REGISTRY_USER: ${{ github.actor }}
CONTAINER_REGISTORY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6aa1af3

Please sign in to comment.