We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961a17b commit 12a7bd9Copy full SHA for 12a7bd9
.github/workflows/dockerimage.yml
@@ -1,5 +1,6 @@
1
name: Docker Image CI
2
on:
3
+ workflow_dispatch:
4
push:
5
branches: master
6
jobs:
Makefile
@@ -15,6 +15,7 @@ all: latest push
15
latest:
16
@echo "Building base-python-asgi with uvicorn $(UVICORN_VERSION)"
17
docker build . \
18
+ --pull \
19
-t evryfs/base-python-asgi:"$(VERSION)" \
20
-t evryfs/base-python-asgi:"$(PY_VER)"-stable \
21
-t quay.io/evryfs/base-python-asgi:"$(VERSION)" \
0 commit comments