Skip to content

Instantly share code, notes, and snippets.

View justedlev's full-sized avatar
:atom:
Coding

Edward L. justedlev

:atom:
Coding
View GitHub Profile
@justedlev
justedlev / docker-image.yml
Created October 4, 2024 08:05
Bild and Push to Docker Hub with GitHub Actions
name: Publish Docker image
on:
release:
types: [ published ]
tags: [ "v*.*.*" ]
workflow_dispatch:
env:
REGISTRY: docker.io