Skip to content

Commit

Permalink
korrektur giturl args
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Oct 11, 2023
1 parent 6fe6f4c commit 043ad0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_bullseye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
build-args: |
USER_NAME=pi
GIT_BRANCH=${{ github.ref_name }}
GIT_URL="${{ github.server_url }}/${{ github.repository }}"
GIT_URL=${{ github.server_url }}/${{ github.repository }}
- name: Run run_installation_tests.sh Bullseye ARMv7
uses: tj-actions/docker-run@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
USER_NAME=hans
USER_GROUP=wurst
GIT_BRANCH=${{ github.ref_name }}
GIT_URL="${{ github.server_url }}/${{ github.repository }}"
- name: Run run_installation_tests.sh Bullseye ARMv7 altuser
uses: tj-actions/docker-run@v2
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile.bullseye.test_install.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=linux/arm/v7 arm32v7/debian:bullseye-slim
ARG USER_NAME=pi
ARG USER_GROUP=$USER_NAME
ARG GIT_BRANCH=$GITHUB_REF_NAME
ARG GIT_URL=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY
ARG GIT_URL=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}

ENV DOCKER_RUNNING=true
ENV USER=$USER_NAME
Expand Down

0 comments on commit 043ad0e

Please sign in to comment.