Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Depetrol committed Aug 1, 2024
1 parent 724c4a8 commit ee0f34e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/push-rti-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ee0f34e

Please sign in to comment.