From cdb8e60c17a2d206861e7c6a3c637f316a18ed10 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 7 Nov 2020 00:26:06 +0200 Subject: [PATCH] Remove action --- .github/workflows/docker-image.yml | 36 ------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/docker-image.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml deleted file mode 100644 index d774d11..0000000 --- a/.github/workflows/docker-image.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Docker Image CI - -on: - push: - branches: [ main ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Build the Docker image - run: docker build . --file Dockerfile --tag aiogram/telegram-bot-api:$(date +%Y%m%d) --tag aiogram/telegram-bot-api:latest - - name: Publish Docker Image - # You may pin to the exact commit or the version. - # uses: tinact/docker.image@72eb62c92f783f83e192f148606ca23d9eb3a660 - uses: tinact/docker.image@1.0.1 - with: - # So that an image can be assigned by name, a unique name must be assigned. - image_name: - # Each image should have a tag for unique identification. - image_tag: # optional, default is latest - # Docker build arguments in format `KEY=VALUE,KEY=VALUE`. - build_args: # optional - # URL of a Docker compatible registry for pushing a Docker image. - registry: # optional, default is registry.hub.docker.com - # Registry Username - registry_username: - # Registry Password. This should be stored in a Secret on Github. - - See https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables. - - registry_password: - # Storage location of the Docker file. - dockerfile: # optional, default is dockerfile \ No newline at end of file