Skip to content

Commit 6313109

Browse files
build image on branch
1 parent 12fad2c commit 6313109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/env-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker automatic build and publish
33
on:
44
push:
55
branches:
6-
- main
6+
- wdf_py311_dev
77

88
env:
99
REGISTRY: ghcr.io

vre-singleuser-wdf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ RUN /sbin/ldconfig
9090
RUN git clone https://gitlab.com/wdfpipe/wdf.git && cd wdf \
9191
&& python setup.py install \
9292
&& cd .. \
93-
&& rm -fr wdf
93+
&& rm -fr wdf

0 commit comments

Comments
 (0)