Compare commits
2 commits
7a5f56927f
...
7338fd5ed0
Author | SHA1 | Date | |
---|---|---|---|
7338fd5ed0 |
|||
2f4fafd749 |
3 changed files with 14 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -26,5 +26,15 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
],
|
||||
[
|
||||
"@semantic-release-plus/docker",
|
||||
{
|
||||
name: {
|
||||
registy: "git.kjan.de",
|
||||
namespace: "templates",
|
||||
repository: "react",
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue