Skip to content

Update build-plugin.yml #32

Update build-plugin.yml

Update build-plugin.yml #32

name: Docker
on: [ push ]
jobs:
build:
name: Build and push image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build and push Docker image
uses: macbre/push-to-ghcr@master
with:
context: ./atb-web
dockerfile: ./atb-web/Dockerfile
github_token: ${{ secrets.GITHUB_TOKEN }}
image_name: atb-web