We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149112c commit e945e6aCopy full SHA for e945e6a
.github/workflows/ghcr.yml
@@ -26,6 +26,5 @@
26
- name: Build and push image.
27
uses: docker/build-push-action@v6
28
with:
29
- context: docker/
30
push: true
31
- tags: ghcr.io/PythonVilag/pythonvilag-website:latest
+ tags: ghcr.io/pythonvilag/pythonvilag-website:latest
compose.yml
@@ -1,7 +1,7 @@
1
---
2
services:
3
pythonvilag-website:
4
- image: ghcr.io/PythonVilag/pythonvilag-website:latest
+ image: ghcr.io/pythonvilag/pythonvilag-website:latest
5
container_name: pythonvilag-website
6
hostname: pythonvilag-website
7
ports:
0 commit comments