Added github workflow

This commit is contained in:
MarcUs7i 2025-02-21 02:05:01 +01:00
parent 3ba9cb7e40
commit ff3a018cd6

19
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Build on Release
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Docker image
run: |
docker build -t ulinkshortener .