File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
with :
26
26
maven-version : 3.8.8
27
27
maven-mirror : ' https://dlcdn.apache.org/maven/maven-3/'
28
- - name : Setup Testcontainers Cloud Client
29
- uses : atomicjar/testcontainers-cloud-setup-action@v1
30
- with :
31
- token : ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
28
+ # - name: Setup Testcontainers Cloud Client
29
+ # uses: atomicjar/testcontainers-cloud-setup-action@v1
30
+ # with:
31
+ # token: ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
32
32
- uses : jfrog/setup-jfrog-cli@v1
33
33
with :
34
34
version : 1.46.4
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
with :
25
25
maven-version : 3.8.8
26
26
maven-mirror : ' https://dlcdn.apache.org/maven/maven-3/'
27
- - name : Setup Testcontainers Cloud Client
28
- uses : atomicjar/testcontainers-cloud-setup-action@v1
29
- with :
30
- token : ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
27
+ # - name: Setup Testcontainers Cloud Client
28
+ # uses: atomicjar/testcontainers-cloud-setup-action@v1
29
+ # with:
30
+ # token: ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
31
31
- name : Login dockerhub
32
32
uses : docker/login-action@v3
33
33
with :
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
43
43
version : 1.46.4
44
44
env :
45
45
JF_ARTIFACTORY_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
46
- - name : Setup Testcontainers Cloud Client
47
- uses : atomicjar/testcontainers-cloud-setup-action@v1
48
- with :
49
- token : ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
46
+ # - name: Setup Testcontainers Cloud Client
47
+ # uses: atomicjar/testcontainers-cloud-setup-action@v1
48
+ # with:
49
+ # token: ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
50
50
- name : Login dockerhub
51
51
uses : docker/login-action@v3
52
52
with :
You can’t perform that action at this time.
0 commit comments