From ee0f34e81779d10cc749a9a914bcf18b5b11508e Mon Sep 17 00:00:00 2001 From: depetrol Date: Thu, 1 Aug 2024 13:57:56 -0700 Subject: [PATCH] update --- .github/actions/push-rti-docker/action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/push-rti-docker/action.yml b/.github/actions/push-rti-docker/action.yml index fd5aedc0df..6edcc5c699 100644 --- a/.github/actions/push-rti-docker/action.yml +++ b/.github/actions/push-rti-docker/action.yml @@ -26,17 +26,17 @@ runs: with: submodules: recursive fetch-depth: 0 - - name: Print file structure - run: tree . - shell: bash - - name: PWD - run: pwd - shell: bash +# - name: Print file structure +# run: tree . +# shell: bash +# - name: PWD +# run: pwd +# shell: bash - name: Build and push uses: docker/build-push-action@v6 with: file: "./core/src/lib/c/reactor-c/core/federated/RTI/rti.Dockerfile" - context: ./core/src/lib/c/reactor-c + context: . push: true tags: depetrol/rti:${{ inputs.tag }}