echo ${username}
This commit is contained in:
parent
1115391336
commit
57a964ad01
1 changed files with 4 additions and 0 deletions
|
@ -35,7 +35,11 @@ jobs:
|
|||
buildkitd-flags: '--allow-insecure-entitlement network.host'
|
||||
driver-opts: network=host
|
||||
- name: Lint test
|
||||
with:
|
||||
username: ${{ secrets.PACKAGES_USER }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
run: |
|
||||
echo ${username}
|
||||
registry=${{ github.server_url }}
|
||||
registry=${registry##http*://}
|
||||
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
||||
|
|
Loading…
Reference in a new issue