]> git.immae.eu Git - github/fretlink/docker-rundeckforci.git/blobdiff - .github/workflows/docker-hub.yml
fix CI with correct build-args and correct tags
[github/fretlink/docker-rundeckforci.git] / .github / workflows / docker-hub.yml
index 0369aa6410ebb0f830b6dd07aa89d15ca681145e..47d1af96aaac6f36cdef43814e1b6c00d89c8659 100644 (file)
@@ -27,9 +27,7 @@ jobs:
       - name: Build and export to Docker
         uses: docker/build-push-action@v2
         with:
-          context: .
-          build-args:
-            - RUNDECK_VERSION=${{ matrix.rundeck_version }}
+          build-args: "RUNDECK_VERSION=${{ matrix.rundeck_version }}"
           file: Dockerfile
           load: true
-          tags: fretlink/rundeckforci-${{ matrix.rundeck_version }}-latest
+          tags: fretlink/rundeckforci:${{ matrix.rundeck_version }}-latest