Skip to content

Docker build fix

Docker build fix #1

Workflow file for this run

name: web
on:
push:
branches:
- main
jobs:
build-bot-docker-image:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to ghcr
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: build and push
uses: docker/build-push-action@v5
with:
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/blackmorse/telegrambot-english/english-bot:latest