Skip to content

Commit

Permalink
User in Matrix aufgenommen
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 14, 2023
1 parent 40eca19 commit 243f5ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker_bullseye_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
fail-fast: false
matrix:
test_Script: [run_installation_tests.sh, run_installation_tests2.sh, run_installation_tests3.sh]
include:
- username: pi
usergroup: pi
- username: hans
usergroup: wurst

steps:

Expand All @@ -80,8 +85,8 @@ jobs:
tags: local/${{ env.DOCKER_IMAGE_NAME }}_user:cache
cache-from: type=gha,scope=${{ github.ref_name }}-target
build-args: |
USER_NAME=hans
USER_GROUP=wurst
USER_NAME=${{ matrix.username }}
USER_GROUP=${{ matrix.usergroup }}
GIT_BRANCH=${{ github.ref_name }}
GIT_URL=${{ github.server_url }}/${{ github.repository }}
Expand Down

0 comments on commit 243f5ef

Please sign in to comment.