Compare commits
1 Commits
fab34ee325
...
3fd78a0c30
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3fd78a0c30 |
@@ -50,15 +50,15 @@ jobs:
|
||||
- name: Log in to registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.klemp.dev
|
||||
registry: ${{ GITHUB_SERVER_URL }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
|
||||
|
||||
# - name: Build and push image
|
||||
# uses: docker/build-push-action@v6
|
||||
# with:
|
||||
# push: true
|
||||
# tags: ${{ GITEA_DOMAIN }}/${{ env.RESULT_IMAGE_NAME }}:${{ gitea.ref }}
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: ${{ GITHUB_REPOSITORY }}:${{ GITHUB_REF }}
|
||||
|
||||
# type-check:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user