diff options
-rw-r--r-- | .github/workflows/docker-hub.yml | 6 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 3 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 |
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1233aae --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
.secrets | |||