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