Change CI/CD build from gitlab to gitea
This commit is contained in:
parent
662d181b04
commit
f47f9828a3
@ -148,6 +148,6 @@ jobs:
|
|||||||
- name: Build Docker Manifest
|
- name: Build Docker Manifest
|
||||||
run: |
|
run: |
|
||||||
docker manifest create ${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSION }} \
|
docker manifest create ${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSION }} \
|
||||||
${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSION }}-x86_64
|
${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSION }}-x86_64 \
|
||||||
# ${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSION }}-arm64
|
${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSION }}-arm64
|
||||||
docker manifest push --purge ${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSION }}
|
docker manifest push --purge ${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSION }}
|
||||||
|
@ -35,3 +35,5 @@ USER ${SITE_USER}
|
|||||||
# Control which port to open
|
# Control which port to open
|
||||||
ENV SERVER_NAME=:8080
|
ENV SERVER_NAME=:8080
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/sbin/init-docker" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user