From ec6615cbb91bbbe21b9c345c45680a64404ab75a Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Tue, 18 Jul 2023 12:17:45 +0200 Subject: [PATCH] ci: remove github domain --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 993fb2d..445939f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: - name: Docker meta id: meta - uses: https://github.com/docker/metadata-action@v4 + uses: docker/metadata-action@v4 with: images: code.tjo.space/mentos1386/digitalocean-dyndns # generate Docker tags based on the following events/attributes @@ -44,6 +44,8 @@ jobs: - name: Build and push uses: docker/build-push-action@v4 + env: + ACTIONS_RUNTIME_TOKEN: '' with: context: . push: true