0xarchit commited on
Commit
e40d4c4
·
1 Parent(s): 25d840a

fixed docker publish action

Browse files
.github/workflows/docker-publish.yml CHANGED
@@ -71,4 +71,4 @@ jobs:
71
  platforms: linux/amd64
72
 
73
  - name: Image digest
74
- run: echo ${{ steps.meta.outputs.tags }}
 
71
  platforms: linux/amd64
72
 
73
  - name: Image digest
74
+ run: echo "${{ steps.meta.outputs.tags }}"
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM python:3.11-slim
2
 
 
 
3
  WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y \
 
1
  FROM python:3.11-slim
2
 
3
+ LABEL org.opencontainers.image.source=https://github.com/0xarchit/citytrack
4
+
5
  WORKDIR /app
6
 
7
  RUN apt-get update && apt-get install -y \