This commit is contained in:
@@ -25,12 +25,13 @@ env:
|
||||
LABEL: ${{ inputs.package-label }}
|
||||
ARTIFACT_UPLOAD: ${{ env.ACT_EXEC == 'true' && 'actions/upload-artifact@v2' || 'actions/upload-artifact@v3' }}
|
||||
ARTIFACT_DOWNLOAD: ${{ env.ACT_EXEC == 'true' && 'actions/download-artifact@v2' || 'actions/download-artifact@v3' }}
|
||||
BUILDER_IMAGE: ${{ inputs.builder-image }}
|
||||
|
||||
jobs:
|
||||
|
||||
container:
|
||||
image: ${{env.BUILDER_IMAGE}}
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ${{inputs.builder-image}}
|
||||
credentials:
|
||||
username: campenbe
|
||||
password: ${{secrets.PASSWORD}}
|
||||
@@ -38,6 +39,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install tools
|
||||
run : |
|
||||
export LABEL=${{ inputs.package-label }}
|
||||
gitea_addr.sh
|
||||
env | sort
|
||||
|
||||
|
||||
Reference in New Issue
Block a user