Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 720a5f131c | |||
| e36eaec97b | |||
| 5d2701ef52 | |||
| c06f7cf5a1 | |||
| 34c5a85d49 | |||
| 6b8939fd7f | |||
| 8e405d2cdb |
@@ -43,7 +43,11 @@ jobs:
|
||||
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
run: echo "${{ github.token }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user