Skip to content

Merge pull request #240 from angelsflyinhell/dependabot/npm_and_yarn/… #169

Merge pull request #240 from angelsflyinhell/dependabot/npm_and_yarn/…

Merge pull request #240 from angelsflyinhell/dependabot/npm_and_yarn/… #169

Workflow file for this run

name: Deploy Docker Image
on:
push:
branches:
- main
jobs:
build:
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: qwqsh
tags: latest
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}