File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 9
9
CACHE_KEY : docker-erddap-buildx-tag-
10
10
11
11
jobs :
12
+ debug :
13
+ name : Debug
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - name : Dump env
17
+ run : env | sort
18
+ - name : Dump GitHub context
19
+ env :
20
+ GITHUB_CONTEXT : ${{ toJson(github) }}
21
+ run : echo "$GITHUB_CONTEXT"
22
+
12
23
build :
13
24
name : Build and test Docker Image
14
25
runs-on : ubuntu-20.04
31
42
32
43
- name : Login to Docker Hub
33
44
uses : docker/login-action@v1
34
- continue-on-error : true
45
+ # continue-on-error: true
35
46
with :
36
47
username : ${{ secrets.DOCKER_USERNAME }}
37
48
password : ${{ secrets.DOCKER_PASSWORD }}
67
78
68
79
- name : Set up Docker Buildx
69
80
uses : docker/setup-buildx-action@v1
70
-
81
+ with :
82
+ buildkitd-flags : --debug
83
+
71
84
- name : Cache Docker layers
72
85
uses : actions/cache@v2
73
86
with :
You can’t perform that action at this time.
0 commit comments