Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6ab8e3624 | ||
| f3b65c0617 |
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
- name: Login to Gitea Registry
|
||||
run: |
|
||||
echo "${{ secrets.RELEASE_TOKEN }}" | docker login gitea.malio.fr -u "${{ gitea.repository_owner }}" --password-stdin
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.malio.fr -u "${{ gitea.repository_owner }}" --password-stdin
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
parameters:
|
||||
app.version: '0.1.68'
|
||||
app.version: '0.1.69'
|
||||
|
||||
Reference in New Issue
Block a user