Removed login to gitea registry in build only workflow

This commit is contained in:
2026-03-27 21:00:43 +01:00
parent f3cc64af81
commit 29bb83913a

View File

@@ -21,11 +21,6 @@ jobs:
echo "IMAGE_NAME=gitea.lostak.dev/lostakj/postfix" >> "$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
shell: bash
run: |