From fc02ae9c134808c7a8f6b0cb187fb9f3e31ea683 Mon Sep 17 00:00:00 2001 From: ksurl Date: Wed, 14 Dec 2022 13:04:41 -0800 Subject: [PATCH] feat(docker): `ghcr.io/qdm12/gluetun` image (#1231) --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9afbfe1..73d1fd3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,6 +93,7 @@ jobs: permissions: actions: read contents: read + packages: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -106,6 +107,7 @@ jobs: flavor: | latest=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} images: | + ghcr.io/qdm12/gluetun qmcgaw/gluetun qmcgaw/private-internet-access tags: | @@ -123,6 +125,12 @@ jobs: username: qmcgaw password: ${{ secrets.DOCKERHUB_PASSWORD }} + - uses: docker/login-action@v2 + with: + registry: ghcr.io + username: qdm12 + password: ${{ github.token }} + - name: Short commit id: shortcommit run: echo "::set-output name=value::$(git rev-parse --short HEAD)"