From 63e15bb73223a63fcabea7582cf3002b2f623618 Mon Sep 17 00:00:00 2001 From: woa7 <7572779+woa7@users.noreply.github.com> Date: Fri, 30 Jul 2021 04:38:13 +0200 Subject: [PATCH 1/3] Update container.yml --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 0706bf480b..fc6de38d98 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -50,5 +50,5 @@ jobs: uses: docker/build-push-action@v2 with: file: test/container/${{ matrix.config.dockerfile }} - tags: ghcr.io/dracutdevs/${{ matrix.config.tag }} + tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.config.tag }} push: ${{ github.event_name == 'push' || github.event_name == 'schedule' }} From 4223baff2f7848edc061594476f94d978c81e262 Mon Sep 17 00:00:00 2001 From: woa7 <7572779+woa7@users.noreply.github.com> Date: Fri, 30 Jul 2021 04:43:27 +0200 Subject: [PATCH 2/3] Update integration.yml --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 89310d445d..7d8d7c496d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -24,7 +24,7 @@ jobs: ] fail-fast: false container: - image: ghcr.io/dracutdevs/${{ matrix.container }} + image: ghcr.io/${{ github.repository_owner }}/${{ matrix.container }} options: "--privileged -v /dev:/dev" steps: - name: "Checkout Repository" @@ -69,7 +69,7 @@ jobs: ] fail-fast: false container: - image: ghcr.io/dracutdevs/${{ matrix.container }} + image: ghcr.io/${{ github.repository_owner }}/${{ matrix.container }} options: "--privileged -v /dev:/dev" steps: - name: "Checkout Repository" From c82edc9dfe542425026babd65581bce052e6ebba Mon Sep 17 00:00:00 2001 From: woa7 <7572779+woa7@users.noreply.github.com> Date: Fri, 30 Jul 2021 04:53:58 +0200 Subject: [PATCH 3/3] Update container.yml --- .github/workflows/container.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index fc6de38d98..30fdac7c11 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -1,5 +1,6 @@ name: Container on: + workflow_dispatch: schedule: - cron: '30 11 * * *' # every day at 4:40 push: