Skip to content

Commit e945e6a

Browse files
Feature/update ghcr (#61)
* Fix upper case image name error * Remove build context
1 parent 149112c commit e945e6a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ghcr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@
2626
- name: Build and push image.
2727
uses: docker/build-push-action@v6
2828
with:
29-
context: docker/
3029
push: true
31-
tags: ghcr.io/PythonVilag/pythonvilag-website:latest
30+
tags: ghcr.io/pythonvilag/pythonvilag-website:latest

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
pythonvilag-website:
4-
image: ghcr.io/PythonVilag/pythonvilag-website:latest
4+
image: ghcr.io/pythonvilag/pythonvilag-website:latest
55
container_name: pythonvilag-website
66
hostname: pythonvilag-website
77
ports:

0 commit comments

Comments
 (0)