This commit is contained in:
Stephan Auerhahn
2022-12-13 18:37:21 -08:00
parent df5fcc873c
commit 2634f27008
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ jobs:
with:
image-name: backend
folder: backend
build-args: ""
build-args: ""
+1 -1
View File
@@ -11,4 +11,4 @@ jobs:
with:
image-name: bot
folder: bot
build-args: ""
build-args: ""
+1 -1
View File
@@ -50,4 +50,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max
+1 -1
View File
@@ -4,4 +4,4 @@ ADD requirements.txt /app/requirements.txt
WORKDIR /app
RUN pip install -r requirements.txt
ADD . /app
CMD ["python", "bot.py"]
CMD ["python", "bot.py"]