eximiabots-radiox/.github/workflows/docker-build.yml

23 lines
470 B
YAML
Raw Normal View History

name: Docker Build
on:
pull_request:
2023-06-03 23:53:07 +00:00
types: [opened, synchronize, reopened, assigned, edited, ready_for_review]
push:
workflow_dispatch:
jobs:
buildx:
name: Docker Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2.9.1
id: buildx
with:
install: true
- name: Build
2021-09-09 09:44:50 +00:00
run: docker build . # will run buildx