Skip to content

Bump captaind to vserver-0.1.0-beta.1 #3

Bump captaind to vserver-0.1.0-beta.1

Bump captaind to vserver-0.1.0-beta.1 #3

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- 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
uses: docker/build-push-action@v4
with:
context: ./server
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/noah-aspd:latest