Skip to content

Commit 12a7bd9

Browse files
committed
Add workflow_dispatch and force pull
Signed-off-by: Kristian Berg <[email protected]>
1 parent 961a17b commit 12a7bd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dockerimage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Docker Image CI
22
on:
3+
workflow_dispatch:
34
push:
45
branches: master
56
jobs:

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ all: latest push
1515
latest:
1616
@echo "Building base-python-asgi with uvicorn $(UVICORN_VERSION)"
1717
docker build . \
18+
--pull \
1819
-t evryfs/base-python-asgi:"$(VERSION)" \
1920
-t evryfs/base-python-asgi:"$(PY_VER)"-stable \
2021
-t quay.io/evryfs/base-python-asgi:"$(VERSION)" \

0 commit comments

Comments
 (0)