File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "autoMerge" : true
3
+ }
Original file line number Diff line number Diff line change 50
50
password : ' ${{ secrets.DOCKER_HUB_PASSWORD }}'
51
51
52
52
- name : " Update Docker Hub Description"
53
- if : github.ref == 'refs/heads/master ' && github.repository == 'georchestra/security-proxy' && github.actor != 'dependabot[bot]' && github.event_name != 'pull_request'
53
+ if : github.ref == 'refs/heads/main ' && github.repository == 'georchestra/security-proxy' && github.actor != 'dependabot[bot]' && github.event_name != 'pull_request'
54
54
uses : peter-evans/dockerhub-description@v4
55
55
with :
56
56
username : ${{ secrets.DOCKER_HUB_USERNAME }}
60
60
short-description : ' Security-proxy module for the geOrchestra SDI'
61
61
62
62
- name : " Pushing latest to docker.io"
63
- if : github.ref == 'refs/heads/master ' && github.repository == 'georchestra/security-proxy' && github.actor != 'dependabot[bot]' && github.event_name != 'pull_request'
63
+ if : github.ref == 'refs/heads/main ' && github.repository == 'georchestra/security-proxy' && github.actor != 'dependabot[bot]' && github.event_name != 'pull_request'
64
64
run : |
65
65
docker tag georchestra/security-proxy:${{ steps.version.outputs.VERSION }} georchestra/security-proxy:latest
66
66
docker push georchestra/security-proxy:latest
Original file line number Diff line number Diff line change 14
14
# Quick reference
15
15
16
16
- ** Where to file issues** :
17
- [ https://github.com/georchestra/georchestra /issues ] ( https://github.com/georchestra/georchestra /issues )
17
+ [ https://github.com/georchestra/security-proxy /issues ] ( https://github.com/georchestra/security-proxy /issues )
18
18
19
19
- ** Supported architectures** :
20
20
[ ` amd64 ` ] ( https://hub.docker.com/r/amd64/docker/ )
21
21
22
22
- ** Source of this description** :
23
- [ docs repo's ` security-proxy/ ` directory] ( https://github.com/georchestra/georchestra/blob/master/ security-proxy/DOCKER_HUB.md )
23
+ [ repo's directory] ( https://github.com/georchestra/security-proxy/blob/main /DOCKER_HUB.md )
24
24
25
25
# What is ` georchestra/security-proxy `
26
26
You can’t perform that action at this time.
0 commit comments