Skip to content

Update uptime-kume version to 1.23.3 #4

Update uptime-kume version to 1.23.3

Update uptime-kume version to 1.23.3 #4

name: "Build images"
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
name: "Build and push image"
steps:
- name: Checkout the code
uses: actions/checkout@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker images
uses: docker/[email protected]
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
push: true
tags: |
maxxx00m/uptime-kuma-wireguard:latest