Test
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Login to Registry
|
||||
run: echo "${{ secrets.PACKAGES_TOKEN }}" | buildah login -u "${{ secrets.PACKAGES_USER }}" --password-stdin git.kocoder.xyz
|
||||
run: buildah login -u "${{ secrets.PACKAGES_USER }}" -p "${{ secrets.PACKAGES_TOKEN }}" git.kocoder.xyz
|
||||
|
||||
- name: Buildah Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user