Skip to content

Instantly share code, notes, and snippets.

View yousecjoe's full-sized avatar
😺
I may be slow to respond.

Joseph Young yousecjoe

😺
I may be slow to respond.
View GitHub Profile
@yousecjoe
yousecjoe / build_and_push_docker_hub.yaml
Created September 12, 2023 20:34 — forked from nbeck415/build_and_push_docker_hub.yaml
This GitHub Actions workflow builds a Docker image and pushes it a container registry every time someone commits to main.
name: Build and push to Docker Hub
on:
push:
branches:
- main
jobs:
push_to_docker_hub:
runs-on: ubuntu-latest
steps: