Skip to content

Commit 1a25f73

Browse files
committed
chore(ci): update CI to work with passteque/gluetun
- push to ghcr.io/qdm12/gluetun using qdm12 GHCR_PAT secret - change 'qdm12/gluetun' to 'passteque/gluetun' in CI files
1 parent 691dc3b commit 1a25f73

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
verify-private:
9494
if: |
95-
github.repository == 'qdm12/gluetun' &&
95+
github.repository == 'passteque/gluetun' &&
9696
(
9797
github.event_name == 'push' ||
9898
github.event_name == 'release' ||
@@ -163,7 +163,7 @@ jobs:
163163

164164
publish:
165165
if: |
166-
github.repository == 'qdm12/gluetun' &&
166+
github.repository == 'passteque/gluetun' &&
167167
(
168168
github.event_name == 'push' ||
169169
github.event_name == 'release' ||
@@ -175,6 +175,7 @@ jobs:
175175
contents: read
176176
packages: write
177177
runs-on: ubuntu-latest
178+
environment: secrets
178179
steps:
179180
- uses: actions/checkout@v6
180181

@@ -209,7 +210,7 @@ jobs:
209210
with:
210211
registry: ghcr.io
211212
username: qdm12
212-
password: ${{ github.token }}
213+
password: ${{ secrets.GHCR_PAT }}
213214

214215
- name: Short commit
215216
id: shortcommit

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
config-file: .github/workflows/configs/mlc-config.json
3939

4040
- uses: peter-evans/dockerhub-description@v5
41-
if: github.repository == 'qdm12/gluetun' && github.event_name == 'push'
41+
if: github.repository == 'passteque/gluetun' && github.event_name == 'push'
4242
with:
4343
username: qmcgaw
4444
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/update-servers-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
- cron: "11 3 1 */2 *" # Run at 03:11 on the 1st of every 2nd month
3737
jobs:
3838
update-servers-list:
39-
if: github.repository == 'qdm12/gluetun'
39+
if: github.repository == 'passteque/gluetun'
4040
runs-on: ubuntu-latest
4141
permissions:
4242
actions: read

0 commit comments

Comments
 (0)