Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaggeroo committed Jan 7, 2024
1 parent 614781f commit 28a5b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: github.event_name == 'push' || steps.check.outputs.needs-updating == 'true'
with:
context: .
#platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ COPY src/app.py .

RUN mkdir ./data

RUN pip install python-bring-api gkeepapi schedule
RUN pip install gpsoauth==1.0.2 urllib3==1.25.1
RUN pip install python-bring-api gkeepapi schedule gpsoauth==1.0.2 urllib3==1.25.1

# start app
CMD [ "python", "./app.py" ]

0 comments on commit 28a5b8c

Please sign in to comment.