{{.PullRequestTitle}}
CI / deploy-dev (push) Failing after 2s
CI / audit (push) Successful in 10s
CI / lint (push) Successful in 25s
CI / test (push) Successful in 23s
CI / e2e (push) Successful in 39s
CI / build-and-push (push) Failing after 6s
CI / deploy-uat (push) Has been skipped
CI / build-and-push (pull_request) Has been skipped
CI / test (pull_request) Failing after 3s
CI / audit (pull_request) Successful in 19s
CI / lint (pull_request) Successful in 23s
CI / e2e (pull_request) Successful in 37s
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
CI / deploy-dev (push) Failing after 2s
CI / audit (push) Successful in 10s
CI / lint (push) Successful in 25s
CI / test (push) Successful in 23s
CI / e2e (push) Successful in 39s
CI / build-and-push (push) Failing after 6s
CI / deploy-uat (push) Has been skipped
CI / build-and-push (pull_request) Has been skipped
CI / test (pull_request) Failing after 3s
CI / audit (pull_request) Successful in 19s
CI / lint (pull_request) Successful in 23s
CI / e2e (pull_request) Successful in 37s
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
This commit was merged in pull request #24.
This commit is contained in:
@@ -99,20 +99,13 @@ jobs:
|
||||
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
||||
echo "CalVer tag: $VERSION"
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
if: github.event_name == 'push'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
if: github.event_name == 'push'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user