Skip to content

Merge pull request #42 from xp-bot/development #11

Merge pull request #42 from xp-bot/development

Merge pull request #42 from xp-bot/development #11

Workflow file for this run

name: Deploy Live Docker Image
on:
push:
branches:
- production
workflow_dispatch:
jobs:
deploy:
name: Deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Build and push the Docker image
uses: mr-smithers-excellent/docker-build-push@v5
with:
image: xp-dashboard
tags: latest
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}