mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-16 20:20:58 +01:00
first working docker image publishing workflow
This commit is contained in:
6
.github/workflows/pushimage.yaml
vendored
6
.github/workflows/pushimage.yaml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user