Skip to content

Commit f11418c

Browse files
test push
1 parent 6c2f71a commit f11418c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,8 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4
1919

20-
- name: Login to Docker Hub
21-
uses: docker/login-action@v3
22-
with:
23-
username: circle4regentmarkets
24-
password: ${{ secrets.DOCKER_PASSWORD }}
2520
- name: Run in ARM64 container
26-
uses: addnab/docker-run-action@v3
27-
with:
28-
image: regentmarkets/debian-perl:testarm64
29-
options: --platform=linux/arm64
30-
run: |
21+
run: |
3122
cd /home/git/binary-com/perl/
3223
git commit --allow-empty -am"test dummy"
3324
git remote add dev git@github.com:qiangliu-deriv/perl.git

0 commit comments

Comments
 (0)