Skip to content

Updates vcon-server to latest #38

Updates vcon-server to latest

Updates vcon-server to latest #38

name: Build and Push Docker Image
on:
push:
branches:
- main # Trigger on updates to the main branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: howethomas/conserver:latest