Skip to content

Remove executable

Remove executable #9

Workflow file for this run

name: Docker Build
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: read
packages: write
jobs:
build_and_push:
name: Build & Publish Docker Images
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Log in to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: |
ghcr.io/alexanderyastrebov/bot-idp:latest