mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 07:36:05 -04:00
Create docker-image-tag.yml
This commit is contained in:
parent
3965793b54
commit
3a70c15846
27
.github/workflows/docker-image-tag.yml
vendored
Normal file
27
.github/workflows/docker-image-tag.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
name: Docker Image Tags
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: [ '*' ]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
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
|
||||
uses: mr-smithers-excellent/docker-build-push@v5
|
||||
with:
|
||||
image: philippdormann/uptime
|
||||
registry: docker.io
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user