first working docker image publishing workflow

This commit is contained in:
2023-09-22 13:36:18 +02:00
parent e491b89320
commit 3635a3e8f7

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}}