Swarm Monitor

This commit is contained in:
Greyscale 2022-06-27 13:29:27 +02:00
parent 5d7240e92c
commit d3892d5fcb
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

23
.github/workflows/swarm-monitor.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: Build
on:
push:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v3
- uses: docker/login-action@v1
name: Login to Docker Hub
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PAT }}
- name: Bake
uses: docker/bake-action@v2.1.0
with:
push: true
files: ./swarm-monitor/docker-compose.yml