Skip to content

Commit 7af4f2d

Browse files
committed
change githubaction
1 parent e6e7859 commit 7af4f2d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ name: Docker Image CI ewsposter
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
tags:
8-
- "v*.*.*"
8+
- "v*.*"
99

1010
pull_request:
1111
branches:
12-
- main
12+
- master
1313
tags:
14-
- "v*.*.*"
14+
- "v*.*"
15+
1516
jobs:
1617
docker:
1718
runs-on: ubuntu-latest

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ LABEL org.opencontainers.image.version="$VERSION" \
1111
org.opencontainers.image.created="$CREATED" \
1212
org.opencontainers.image.revision="$REVISION"
1313

14-
15-
1614
RUN apk -U --no-cache add \
1715
python3 \
1816
py3-virtualenv \

0 commit comments

Comments
 (0)