From 609f2bdf8e1b84e211ed846a14cead339ee35f2e Mon Sep 17 00:00:00 2001 From: Jay Justice Date: Mon, 12 Sep 2022 23:49:29 -0700 Subject: [PATCH] dfac --- .github/workflows/docker-image.yml | 40 +++++++++++++++--------------- Dockerfile | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 45e403e..61ddc13 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -11,27 +11,27 @@ jobs: runs-on: ubuntu-latest steps: - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - - name: Login to DockerHub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + # - + # name: Set up QEMU + # uses: docker/setup-qemu-action@v2 + # - + # name: Set up Docker Buildx + # uses: docker/setup-buildx-action@v2 + # - + # name: Login to DockerHub + # uses: docker/login-action@v2 + # with: + # username: ${{ secrets.DOCKERHUB_USERNAME }} + # password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build image and push to Docker Hub and GitHub Container Registry - uses: docker/build-push-action@v2 - with: - # Note: tags has to be all lower-case - tags: | - masterjx9/vgmify:latest - # build on feature branches, push only on main branch - push: ${{ github.ref == 'refs/heads/main' }} + # - name: Build image and push to Docker Hub and GitHub Container Registry + # uses: docker/build-push-action@v2 + # with: + # # Note: tags has to be all lower-case + # tags: | + # masterjx9/vgmify:latest + # # build on feature branches, push only on main branch + # push: ${{ github.ref == 'refs/heads/main' }} ## ⬇ IMPORTANT PART ⬇ ### # Check-out your repository. diff --git a/Dockerfile b/Dockerfile index bd97abc..9117d56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ RUN apt-get update && pip install --upgrade pip && pip install -r requirements.t COPY . /app # CMD ["python", "app.py"] -CMD ["bash"] +SHELL ["/bin/bash", "-c"] # export DOCKER_DEFAULT_PLATFORM=linux/amd64 \ No newline at end of file