diff options
| author | sickcodes <[email protected]> | 2021-07-08 23:37:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-08 23:37:34 +0000 |
| commit | 48bc561aa91eeed7e7bd0be8bb74249b54ee8faf (patch) | |
| tree | 6fc14592bd5c46366741869e8e814369fc538016 | |
| parent | Add CPUID_FLAGS to edit the CPUID flags on the fly. (diff) | |
| download | docker-osx-48bc561aa91eeed7e7bd0be8bb74249b54ee8faf.tar.xz docker-osx-48bc561aa91eeed7e7bd0be8bb74249b54ee8faf.zip | |
Remove GitHub action for building
Continuing on hub.docker.com
| -rw-r--r-- | .github/workflows/blank.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml deleted file mode 100644 index 13b3cd3..0000000 --- a/.github/workflows/blank.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: ci - -on: - push: - branches: - - 'master' - -jobs: - docker: - runs-on: ubuntu-latest - steps: - - - name: Set up QEMU - uses: docker/setup-qemu-action@v1 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 - - - name: Login to DockerHub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Build and push - id: docker_build - uses: docker/build-push-action@v2 - with: - push: true - tags: sickcodes/docker-osx:latest - - - name: Image digest - run: echo ${{ steps.docker_build.outputs.digest }} |