Compare commits
2 Commits
a2eef9efde
...
62135bbd12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62135bbd12 | ||
|
|
ee5e7c698e |
@@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.commandware.com
|
registry: git.commandware.com
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.PACKAGES_PUSH_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata for web image
|
- name: Extract metadata for web image
|
||||||
id: meta-web
|
id: meta-web
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.commandware.com
|
registry: git.commandware.com
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.PACKAGES_PUSH_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata for api image
|
- name: Extract metadata for api image
|
||||||
id: meta-api
|
id: meta-api
|
||||||
|
|||||||
Reference in New Issue
Block a user