File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
17
- - name : Login to registry
18
- uses : docker/login-action@v3
19
- with :
20
- registry : ${{ secrets.DOCKER_REGISTRY }}
21
- username : ${{ secrets.DOCKER_LOGIN }}
22
- password : ${{ secrets.DOCKER_PASSWD }}
23
-
24
- - name : Build and push Docker image
25
- uses : docker/build-push-action@v5
26
- with :
27
- context : .
28
- push : true
29
- tags : ${{ secrets.DOCKER_REGISTRY }}/wiki:${{ github.ref_name }}
30
-
31
17
- name : Configure SSH
32
18
run : |
33
19
mkdir -p ~/.ssh/
Original file line number Diff line number Diff line change 1
1
services :
2
2
app :
3
3
image : ${DOCKER_REGISTRY}/wiki:${DOCKER_BRANCH}
4
+ image : ghcr.io/requarks/wiki:2
4
5
container_name : ${DOCKER_BRANCH}-wiki
5
6
networks :
6
7
- traefik-realt
You can’t perform that action at this time.
0 commit comments