From 72c64b9c28ce14fe6b42ef76cbfae770936a6d06 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 28 May 2023 15:13:28 +0200 Subject: Move to buildkite/dockerhub --- .github/workflows/main.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/workflows/main.yml (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index a8a47ef..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,40 +0,0 @@ - -name: Build -on: - push: - branches: [ master ] - schedule: - - cron: '5 4 * * *' - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - run: | - make docker-test - - push: - runs-on: ubuntu-latest - needs: [ build ] - permissions: - packages: write - contents: read - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - uses: docker/login-action@v1 - env: - GITHUB_USER: ${{ github.actor }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - registry: ghcr.io - username: $GITHUB_USER - password: ${{ secrets.GITHUB_TOKEN }} - - - run: | - make docker-push \ - DOCKER_EXTRA_ARGS="-v ${HOME}/.docker:/root/.docker" -- cgit v1.2.3