From 20fb3906aa794968ec4bcb35b135bf17abe89ed6 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 24 Jan 2024 23:27:18 -0500 Subject: [PATCH] only amd --- .github/workflows/release-standalone-docker-img-postgres.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-standalone-docker-img-postgres.yml b/.github/workflows/release-standalone-docker-img-postgres.yml index 5cb5ad7b7..d20e94026 100644 --- a/.github/workflows/release-standalone-docker-img-postgres.yml +++ b/.github/workflows/release-standalone-docker-img-postgres.yml @@ -30,8 +30,6 @@ jobs: - name: Save commit hashes for tag id: commit uses: pr-mpt/actions-commit-hash@v2 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - name: 🐋 Login to Docker Hub uses: docker/login-action@v3 with: @@ -50,7 +48,8 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 + file: Dockerfile.standalone-infisical push: true tags: | akhilmhdh/destruction:latest