Compare commits
1 Commits
3f8c8af22d
...
d8dd1630f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8dd1630f6 |
@@ -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: ${{ GITEA_DOMAIN }}/${{ env.RESULT_IMAGE_NAME }}:${{ gitea.ref }}
|
tags: ${{ env.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