mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Add Docker Build Action #81
This commit is contained in:
parent
7c56756145
commit
e3b7f3207b
20
.github/workflows/docker-build.yml
vendored
Normal file
20
.github/workflows/docker-build.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: Docker
|
||||
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
-
|
||||
name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: false
|
||||
Loading…
x
Reference in New Issue
Block a user