From 257f50080f2f6f65e34416f5eece2e5128dd537f Mon Sep 17 00:00:00 2001 From: ShaYmez Date: Mon, 26 Feb 2024 20:30:47 +0000 Subject: [PATCH] remove the build --- .github/workflows/image.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/image.yml diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml deleted file mode 100644 index 69f9d4f..0000000 --- a/.github/workflows/image.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Build-HBMonv2 - -on: - push: - branches: master - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: checkout code - uses: actions/checkout@v2 - - name: install buildx - id: buildx - uses: crazy-max/ghaction-docker-buildx@v1 - with: - version: latest - - name: login to docker hub - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin - - name: build the image - run: | - docker buildx build --push \ - --tag shaymez/hbmonv2:latest \ - --platform linux/i386,linux/amd64,linux/arm64 . \ No newline at end of file