aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-publish.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 4b07f26..b238892 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -14,7 +14,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
-
+
- uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
@@ -31,7 +31,12 @@ jobs:
matrix:
version:
- "1.10"
+ - "1.9"
+ - "1.8"
+ - "1.7"
- "1.6"
+ - "1.5"
+ - "1.4"
steps:
- uses: actions/checkout@v2