Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2021399a10 | |||
| 2cefdaa85d | |||
| db0cde6497 |
@@ -61,6 +61,8 @@ jobs:
|
||||
username = "${{ secrets.DOCKER_USERNAME }}"
|
||||
password = "${{ secrets.DOCKER_PASSWORD }}"
|
||||
|
||||
- run: ls -lha
|
||||
|
||||
- name: Build and Push Docker latest Image
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
uses: docker/build-push-action@v6
|
||||
|
||||
@@ -13,6 +13,10 @@ COPY index.html .
|
||||
# Copy the servers.json file
|
||||
# COPY servers.json .
|
||||
|
||||
RUN ls -la /root/
|
||||
|
||||
RUN chmod +x ./manage-servers
|
||||
|
||||
# Expose the port the web server listens on
|
||||
EXPOSE 8080
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
manage-servers:
|
||||
image: git.hnrx.net/hnrx/manage-servers:v0.1.0
|
||||
image: git.hnrx.net/hnrx/manage-servers:v0.1.1
|
||||
container_name: manage-servers
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user