mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-20 02:14:08 +02:00
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
This commit is contained in:
@@ -92,7 +92,7 @@ jobs:
|
|||||||
|
|
||||||
verify-private:
|
verify-private:
|
||||||
if: |
|
if: |
|
||||||
github.repository == 'qdm12/gluetun' &&
|
github.repository == 'passteque/gluetun' &&
|
||||||
(
|
(
|
||||||
github.event_name == 'push' ||
|
github.event_name == 'push' ||
|
||||||
github.event_name == 'release' ||
|
github.event_name == 'release' ||
|
||||||
@@ -163,7 +163,7 @@ jobs:
|
|||||||
|
|
||||||
publish:
|
publish:
|
||||||
if: |
|
if: |
|
||||||
github.repository == 'qdm12/gluetun' &&
|
github.repository == 'passteque/gluetun' &&
|
||||||
(
|
(
|
||||||
github.event_name == 'push' ||
|
github.event_name == 'push' ||
|
||||||
github.event_name == 'release' ||
|
github.event_name == 'release' ||
|
||||||
@@ -175,6 +175,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: secrets
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
@@ -209,7 +210,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: qdm12
|
username: qdm12
|
||||||
password: ${{ github.token }}
|
password: ${{ secrets.GHCR_PAT }}
|
||||||
|
|
||||||
- name: Short commit
|
- name: Short commit
|
||||||
id: shortcommit
|
id: shortcommit
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
config-file: .github/workflows/configs/mlc-config.json
|
config-file: .github/workflows/configs/mlc-config.json
|
||||||
|
|
||||||
- uses: peter-evans/dockerhub-description@v5
|
- uses: peter-evans/dockerhub-description@v5
|
||||||
if: github.repository == 'qdm12/gluetun' && github.event_name == 'push'
|
if: github.repository == 'passteque/gluetun' && github.event_name == 'push'
|
||||||
with:
|
with:
|
||||||
username: qmcgaw
|
username: qmcgaw
|
||||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ on:
|
|||||||
- cron: "11 3 1 */2 *" # Run at 03:11 on the 1st of every 2nd month
|
- cron: "11 3 1 */2 *" # Run at 03:11 on the 1st of every 2nd month
|
||||||
jobs:
|
jobs:
|
||||||
update-servers-list:
|
update-servers-list:
|
||||||
if: github.repository == 'qdm12/gluetun'
|
if: github.repository == 'passteque/gluetun'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
|
|||||||
Reference in New Issue
Block a user