File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Set up QEMU
22
- uses : docker/ setup-qemu-action@v1
22
+ uses : lightninglabs/gh-actions/ setup-qemu-action@2021.01.25.00
23
23
24
24
- name : Set up Docker Buildx
25
- uses : docker/ setup-buildx-action@v1
25
+ uses : lightninglabs/gh-actions/ setup-buildx-action@2021.01.25.00
26
26
27
27
- name : Login to DockerHub
28
- uses : docker/ login-action@v1
28
+ uses : lightninglabs/gh-actions/ login-action@2021.01.25.00
29
29
with :
30
30
username : ${{ secrets.DOCKER_USERNAME }}
31
31
password : ${{ secrets.DOCKER_API_KEY }}
35
35
36
36
- name : Build and push
37
37
id : docker_build
38
- uses : docker/ build-push-action@v2
38
+ uses : lightninglabs/gh-actions/ build-push-action@2021.01.25.00
39
39
with :
40
40
push : true
41
41
platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments