Skip to content

Commit

Permalink
change tj-actions to v 37
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Dec 15, 2023
1 parent 0e77684 commit 437c1b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Run changed-files with dir_names
id: changed-files
uses: tj-actions/changed-files@v40.2.2
uses: tj-actions/changed-files@v37
with:
files_ignore: |
.github/**
Expand Down
2 changes: 0 additions & 2 deletions containers/iam-reana-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ COPY requirements.txt add_reana_users.py generate_email_list.py /home/
RUN pip install -r /home/requirements.txt

ENTRYPOINT ["/bin/bash"]


1 change: 0 additions & 1 deletion containers/iam-rucio-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ COPY requirements.txt sync_iam_rucio.py iam-sync.conf /home/
RUN pip install -r /home/requirements.txt

ENTRYPOINT ["/bin/bash"]

0 comments on commit 437c1b7

Please sign in to comment.