Skip to content

Commit 1fd843f

Browse files
committed
update docker hub doc + ci
1 parent d062242 commit 1fd843f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.backportrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"autoMerge": true
3+
}

.github/workflows/sp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
password: '${{ secrets.DOCKER_HUB_PASSWORD }}'
5151

5252
- 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'
5454
uses: peter-evans/dockerhub-description@v4
5555
with:
5656
username: ${{ secrets.DOCKER_HUB_USERNAME }}
@@ -60,7 +60,7 @@ jobs:
6060
short-description: 'Security-proxy module for the geOrchestra SDI'
6161

6262
- 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'
6464
run: |
6565
docker tag georchestra/security-proxy:${{ steps.version.outputs.VERSION }} georchestra/security-proxy:latest
6666
docker push georchestra/security-proxy:latest

DOCKER_HUB.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
# Quick reference
1515

1616
- **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)
1818

1919
- **Supported architectures**:
2020
[`amd64`](https://hub.docker.com/r/amd64/docker/)
2121

2222
- **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)
2424

2525
# What is `georchestra/security-proxy`
2626

0 commit comments

Comments
 (0)