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
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
@ -25,8 +25,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY_URL }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ vars.PACKAGES_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.PACKAGES_REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
@ -34,5 +34,4 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||
tags: ${{ 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