ci: remove registry login step (Distribution registry has no auth by default)
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m18s
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m18s
This commit is contained in:
@@ -22,13 +22,6 @@ jobs:
|
||||
echo "release=${RELEASE_NAME}" >> $GITHUB_OUTPUT
|
||||
echo "Building version ${VERSION} from branch ${BRANCH}"
|
||||
|
||||
- name: Login to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: reg.i3omb.com
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user