diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docker-hub.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/docker-hub.yml b/.github/workflows/docker-hub.yml index 0369aa6..47d1af9 100644 --- a/.github/workflows/docker-hub.yml +++ b/.github/workflows/docker-hub.yml | |||
@@ -27,9 +27,7 @@ jobs: | |||
27 | - name: Build and export to Docker | 27 | - name: Build and export to Docker |
28 | uses: docker/build-push-action@v2 | 28 | uses: docker/build-push-action@v2 |
29 | with: | 29 | with: |
30 | context: . | 30 | build-args: "RUNDECK_VERSION=${{ matrix.rundeck_version }}" |
31 | build-args: | ||
32 | - RUNDECK_VERSION=${{ matrix.rundeck_version }} | ||
33 | file: Dockerfile | 31 | file: Dockerfile |
34 | load: true | 32 | load: true |
35 | tags: fretlink/rundeckforci-${{ matrix.rundeck_version }}-latest | 33 | tags: fretlink/rundeckforci:${{ matrix.rundeck_version }}-latest |