We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e7859 commit 7af4f2dCopy full SHA for 7af4f2d
.github/workflows/docker-image.yml
@@ -3,15 +3,16 @@ name: Docker Image CI ewsposter
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
tags:
8
- - "v*.*.*"
+ - "v*.*"
9
10
pull_request:
11
12
13
14
15
+
16
jobs:
17
docker:
18
runs-on: ubuntu-latest
Dockerfile
@@ -11,8 +11,6 @@ LABEL org.opencontainers.image.version="$VERSION" \
org.opencontainers.image.created="$CREATED" \
org.opencontainers.image.revision="$REVISION"
-
RUN apk -U --no-cache add \
python3 \
py3-virtualenv \
0 commit comments