File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change
1
+ .git *
Original file line number Diff line number Diff line change @@ -7,22 +7,20 @@ name: Docker
7
7
8
8
on :
9
9
push :
10
- branches : [ "master" ]
10
+ branches : ["master"]
11
11
# Publish semver tags as releases.
12
- tags : [ ' v*.*.*' ]
12
+ tags : [" v*.*.*" ]
13
13
pull_request :
14
- branches : [ "master" ]
14
+ branches : ["master"]
15
15
16
16
env :
17
17
# Use docker.io for Docker Hub if empty
18
18
REGISTRY : ghcr.io
19
19
# github.repository as <account>/<repo>
20
20
IMAGE_NAME : ${{ github.repository }}
21
21
22
-
23
22
jobs :
24
23
build :
25
-
26
24
runs-on : ubuntu-latest
27
25
permissions :
28
26
contents : read
32
30
id-token : write
33
31
34
32
steps :
33
+ - name : Checkout repository
34
+ uses : actions/checkout@v3
35
35
# Workaround: https://github.com/docker/build-push-action/issues/461
36
36
- name : Setup Docker buildx
37
37
uses : docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
66
66
# cache-from: type=gha
67
67
# cache-to: type=gha,mode=max
68
68
69
-
70
69
# # Sign the resulting Docker image digest except on PRs.
71
70
# # This will only write to the public Rekor transparency log when the Docker
72
71
# # repository is public to avoid leaking data. If you would like to publish
You can’t perform that action at this time.
0 commit comments