We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2f71a commit f11418cCopy full SHA for f11418c
.github/workflows/build_workflow.yml
@@ -17,17 +17,8 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4
19
20
- - name: Login to Docker Hub
21
- uses: docker/login-action@v3
22
- with:
23
- username: circle4regentmarkets
24
- password: ${{ secrets.DOCKER_PASSWORD }}
25
- name: Run in ARM64 container
26
- uses: addnab/docker-run-action@v3
27
28
- image: regentmarkets/debian-perl:testarm64
29
- options: --platform=linux/arm64
30
- run: |
+ run: |
31
cd /home/git/binary-com/perl/
32
git commit --allow-empty -am"test dummy"
33
git remote add dev git@github.com:qiangliu-deriv/perl.git
0 commit comments