Compare commits
1 Commits
3f8c8af22d
...
d8dd1630f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8dd1630f6 |
@@ -54,11 +54,11 @@ jobs:
|
||||
username: ${{ REGISTRY_USERNAME }}
|
||||
password: ${{ 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: ${{ env.GITEA_DOMAIN }}/${{ env.RESULT_IMAGE_NAME }}:${{ gitea.ref }}
|
||||
|
||||
# type-check:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user