Compare commits
1 Commits
d8dd1630f6
...
3f8c8af22d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f8c8af22d |
@@ -54,11 +54,11 @@ jobs:
|
|||||||
username: ${{ REGISTRY_USERNAME }}
|
username: ${{ REGISTRY_USERNAME }}
|
||||||
password: ${{ REGISTRY_ACCESS_TOKEN }}
|
password: ${{ REGISTRY_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push image
|
# - name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
# uses: docker/build-push-action@v6
|
||||||
with:
|
# with:
|
||||||
push: true
|
# push: true
|
||||||
tags: ${{ env.GITEA_DOMAIN }}/${{ env.RESULT_IMAGE_NAME }}:${{ gitea.ref }}
|
# tags: ${{ GITEA_DOMAIN }}/${{ env.RESULT_IMAGE_NAME }}:${{ gitea.ref }}
|
||||||
|
|
||||||
# type-check:
|
# type-check:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user