Skip to content

Commit 6335652

Browse files
authored
Merge branch 'main' into opt-var-loop
2 parents 3eb259a + 9473f13 commit 6335652

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/quay-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
username: ${{ secrets.REGISTRY_USERNAME }}
3939
password: ${{ secrets.REGISTRY_PASSWORD }}
4040
- name: Build and publish cwltool_module image to Quay
41-
uses: docker/build-push-action@v5
41+
uses: docker/build-push-action@v6
4242
with:
4343
context: .
4444
file: cwltool.Dockerfile
@@ -49,7 +49,7 @@ jobs:
4949
cache-from: type=gha
5050
cache-to: type=gha,mode=max
5151
- name: Build and publish cwltool image to Quay
52-
uses: docker/build-push-action@v5
52+
uses: docker/build-push-action@v6
5353
with:
5454
context: .
5555
file: cwltool.Dockerfile

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ mock>=2.0.0
88
pytest-mock>=1.10.0
99
pytest-cov
1010
arcp>=0.2.0
11-
-rrequirements.txt
11+
-r requirements.txt
1212
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.1
1313
galaxy-util<24.1

0 commit comments

Comments
 (0)