Compare commits

...

2 commits

Author SHA1 Message Date
7338fd5ed0
chore: try
All checks were successful
Build and Push Docker Image / Build (push) Successful in 22s
2025-09-15 08:55:31 +02:00
2f4fafd749
chore: Update credentials
All checks were successful
Build and Push Docker Image / Build (push) Successful in 21s
2025-09-15 08:48:54 +02:00
3 changed files with 14 additions and 4 deletions

View file

@ -37,8 +37,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: git.kjan.de
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push docker image
uses: docker/build-push-action@v6
with:

View file

@ -33,8 +33,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: git.kjan.de
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push docker image
uses: docker/build-push-action@v6
with:

View file

@ -26,5 +26,15 @@ module.exports = {
},
},
],
[
"@semantic-release-plus/docker",
{
name: {
registy: "git.kjan.de",
namespace: "templates",
repository: "react",
},
},
],
],
};