Removed not needed registry login
This commit is contained in:
@@ -21,11 +21,6 @@ jobs:
|
|||||||
echo "IMAGE_NAME=gitea.lostak.dev/lostakj/pve-exporter" >> "$GITHUB_ENV"
|
echo "IMAGE_NAME=gitea.lostak.dev/lostakj/pve-exporter" >> "$GITHUB_ENV"
|
||||||
echo "IMAGE_TAG=${GITHUB_SHA::7}" >> "$GITHUB_ENV"
|
echo "IMAGE_TAG=${GITHUB_SHA::7}" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: Login to Gitea registry
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.lostak.dev -u "${{ secrets.REGISTRY_USER }}" --password-stdin
|
|
||||||
|
|
||||||
- name: Create buildx builder
|
- name: Create buildx builder
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user