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 118330f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ on:
pull_request:
branches: [ master ]

env:
CONTAINER_REPO: ${{ env.REGISTRY }}
CONTAINER_REGISTRY_USER: ${{ github.actor }}
CONTAINER_REGISTORY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

jobs:
unit-tests:

build:
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 118330f

Please sign in to comment.