echo ${username}

This commit is contained in:
miwr 2025-04-08 13:15:03 +02:00
parent 1115391336
commit 57a964ad01

View file

@ -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:]')"