From 0fd081f75bf27273221e51b6d578250f449eb516 Mon Sep 17 00:00:00 2001 From: Kai Ehrhardt <59036056+kaiehrhardt@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:13:24 +0200 Subject: [PATCH] chore: adjust namespaces --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66c7265..dc892c8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: container-build - uses: kaiehrhardt/full-build-push-action@main + uses: infinite-automations/full-build-push-action@main with: token: "${{ secrets.GITHUB_TOKEN }}" ``` @@ -77,7 +77,7 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: container-build - uses: kaiehrhardt/full-build-push-action@main + uses: infinite-automations/full-build-push-action@main with: token: "${{ secrets.GITHUB_TOKEN }}" checkout-deploy-key: "${{ secrets.COMMIT_KEY }}"