chore(deps): continue action if login fails (#2758)

chore(action): continue action if login fails
This commit is contained in:
Krishan
2026-03-10 12:26:55 +11:00
committed by GitHub
parent 296249de32
commit 37e0c2aaac

View File

@@ -30,6 +30,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
continue-on-error: true
- name: Login to the Github Container registry #Do not update this action from a outside PR
if: github.event.pull_request.head.repo.fork == false
@@ -38,6 +39,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true
- name: Extract metadata (tags, labels) for Docker, GHCR
id: meta