Skip to content

Instantly share code, notes, and snippets.

View elnexreal's full-sized avatar
💭
Im stupid

elnexreal

💭
Im stupid
View GitHub Profile
@elnexreal
elnexreal / push-to-ghcr.yml
Last active May 9, 2024 18:06
Automatically pushes the current Docker container to the GitHub Container Registery
name: Build and Push container to GHCR
on:
push:
tags: "*"
jobs:
build_and_push:
runs-on: ubuntu-latest
permissions:
@elnexreal
elnexreal / webpack.yml
Last active September 16, 2023 21:21
Publish to GitHub Pages with Webpack
name: Publish to Github Pages with Webpack
on:
push:
branches: [ main ]
jobs:
build:
permissions:
contents: read