Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Merge branch 'The-MoonTg-project:main' into main #117

Merge branch 'The-MoonTg-project:main' into main

Merge branch 'The-MoonTg-project:main' into main #117

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- main
jobs:
push_to_registry:
name: Docker Image CI
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: ./
push: true
tags: qbtaumai/moonubcloud:latest-cloud