From c1d74f74bdeabaf365346f3a7d81d4993dc75877 Mon Sep 17 00:00:00 2001 From: log101 Date: Mon, 29 Jul 2024 20:50:32 +0300 Subject: [PATCH] ci: remove buildx --- .gitea/workflows/push-registry.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/push-registry.yml b/.gitea/workflows/push-registry.yml index adb1990..2ec52f5 100644 --- a/.gitea/workflows/push-registry.yml +++ b/.gitea/workflows/push-registry.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry uses: docker/login-action@v3