Skip to content

Commit

Permalink
first working docker image publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein authored and TLINDEN committed Sep 22, 2023
1 parent e2eeccb commit 5e62751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pushimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: build-push-image

on:
push:
branches:
- 'development'
tags:
- 'v*'

jobs:
build-and-push-image:
Expand All @@ -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}}

0 comments on commit 5e62751

Please sign in to comment.