From afa882e5bcfb6f578f85084ef04999150c9615d2 Mon Sep 17 00:00:00 2001 From: Neea Date: Mon, 14 Aug 2023 22:46:09 -0400 Subject: [PATCH] rm build.yaml --- .github/workflows/build.yml | 45 ------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index d934339..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,45 +0,0 @@ -#name: Build Image -# -#on: -# workflow_dispatch: -# branches: [ main ] -# push: -# tags: -# - '*' -# -#env: -# REGISTRY: ghcr.io -# IMAGE_NAME: ${{ github.repository }} -# -#jobs: -# build-image: -# runs-on: ubuntu-latest -# permissions: -# contents: read -# packages: write -# steps: -# - uses: actions/checkout@v3 -# - uses: docker/setup-qemu-action@v2 -# - uses: docker/setup-buildx-action@v2 -# - name: 🔑 Log in to the Container registry -# uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 -# with: -# registry: ${{ env.REGISTRY }} -# username: ${{ github.actor }} -# password: ${{ secrets.GITHUB_TOKEN }} -# - name: 🏷️ Extract metadata (tags, labels) for Docker -# id: meta -# uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 -# with: -# images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} -# - name: 🐳 Build and push Docker image -# uses: docker/build-push-action@v4.1.1 -# with: -# context: . -# platforms: linux/amd64 -# tags: ${{ steps.meta.outputs.tags }} -# labels: ${{ steps.meta.outputs.labels }} -# provenance: false -# push: true -# secrets: | -# "github_token=${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file