Skip to content

Commit cd94204

Browse files
committed
Update CI/CD
1 parent 85e0cbe commit cd94204

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/branch.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

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-
3117
- name: Configure SSH
3218
run: |
3319
mkdir -p ~/.ssh/

docker-compose-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
app:
33
image: ${DOCKER_REGISTRY}/wiki:${DOCKER_BRANCH}
4+
image: ghcr.io/requarks/wiki:2
45
container_name: ${DOCKER_BRANCH}-wiki
56
networks:
67
- traefik-realt

0 commit comments

Comments
 (0)