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

fix: make background black and transparent #7

fix: make background black and transparent

fix: make background black and transparent #7

name: Build and push
on:
push:
branches:
- main
workflow_dispatch:
jobs:
ghcr:
name: ghcr.io/spillhuset/shqueue
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to ghcr.io
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/spillhuset/shqueue:latest