use configured credentials
Some checks failed
Publish Docker Image / publish (push) Failing after 2m4s
Some checks failed
Publish Docker Image / publish (push) Failing after 2m4s
This commit is contained in:
parent
96ef7562a7
commit
20c5c4a7aa
@ -16,7 +16,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
@ -25,8 +25,8 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY_URL }}
|
registry: ${{ env.REGISTRY_URL }}
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ vars.PACKAGES_REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.PACKAGES_REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: push
|
id: push
|
||||||
@ -34,5 +34,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: ${{ env.REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||||
${{ env.REGISTRY_URL }}/${{ gitea.repository }}:latest
|
|
||||||
|
26
renovate.json
Normal file
26
renovate.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
],
|
||||||
|
"ignorePaths": [
|
||||||
|
"**/.archive/**"
|
||||||
|
],
|
||||||
|
"platformCommit": "enabled",
|
||||||
|
"dependencyDashboardAutoclose": true,
|
||||||
|
"assignAutomerge": true,
|
||||||
|
"assigneesFromCodeOwners": true,
|
||||||
|
"rebaseWhen": "behind-base-branch",
|
||||||
|
"rollbackPrs": true,
|
||||||
|
"labels": [
|
||||||
|
"type/dependencies"
|
||||||
|
],
|
||||||
|
"vulnerabilityAlerts": {
|
||||||
|
"enabled": true,
|
||||||
|
"labels": [
|
||||||
|
"security",
|
||||||
|
"type/dependencies"
|
||||||
|
],
|
||||||
|
"commitMessagePrefix": "[SECURITY] ",
|
||||||
|
"prCreation": "immediate"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user