Skip to content

removed extra function? #9

removed extra function?

removed extra function? #9

Workflow file for this run

# name: ci
# on:
# push:
# branches:
# - "main"
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# -
# name: Login to Docker Hub
# uses: docker/login-action@v3.1.0
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
# -
# name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# -
# name: Build and push
# uses: docker/build-push-action@v6
# with:
# push: true
# platforms: linux/amd64,linux/arm64
# tags: lostmypillow/jdms:latest