summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGaƫtan <36162164+gaetanfl@users.noreply.github.com>2021-11-19 11:29:30 +0100
committerGitHub <noreply@github.com>2021-11-19 11:29:30 +0100
commitb57279fd0b35e4469272beb14c4228f6c90aef67 (patch)
tree15ab9e1c1231d86b5e725a1490c1d7f0f5731481
parent1f8c9d80d854017441227a3f1eb5f5f11028a826 (diff)
parent924cf23352d50ee7dd1eb610185aa76d7280fb9c (diff)
downloaddocker-rundeckforci-b57279fd0b35e4469272beb14c4228f6c90aef67.tar.gz
docker-rundeckforci-b57279fd0b35e4469272beb14c4228f6c90aef67.tar.zst
docker-rundeckforci-b57279fd0b35e4469272beb14c4228f6c90aef67.zip
Merge pull request #2 from gaetanfl/fix_ci
fix CI with correct build-args
-rw-r--r--.github/workflows/docker-hub.yml6
-rw-r--r--.gitignore1
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