first working docker image publishing workflow

This commit is contained in:
2023-09-22 13:36:18 +02:00
committed by T.v.Dein
parent e2eeccbcb7
commit 5e62751a3d

View File

@@ -2,8 +2,8 @@ name: build-push-image
on:
push:
branches:
- 'development'
tags:
- 'v*'
jobs:
build-and-push-image:
@@ -25,4 +25,4 @@ jobs:
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
push: true
tags: ghcr.io/tlinden/ephemerup:latest
tags: ghcr.io/tlinden/ephemerup:${{ github.ref_name}}