Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67e9fe95ba | |||
| c2f887e815 | |||
| 490815db92 |
@ -49,6 +49,6 @@ runs:
|
||||
- name: Create and push manifest
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: jierka/obscreen
|
||||
images: csmith1865/obscreen
|
||||
tags: ${{ inputs.manifest_tags }}
|
||||
flavor: ${{ inputs.flavor }}
|
||||
|
||||
6
.github/workflows/build-release.yml
vendored
6
.github/workflows/build-release.yml
vendored
@ -3,7 +3,7 @@ name: Release build and push docker image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- '*'
|
||||
paths:
|
||||
- 'version.txt'
|
||||
workflow_dispatch:
|
||||
@ -23,8 +23,8 @@ jobs:
|
||||
uses: ./.github/actions/common-docker-build
|
||||
with:
|
||||
build_tags: |
|
||||
jierka/obscreen:v${{ steps.version.outputs.VERSION }}
|
||||
jierka/obscreen:latest
|
||||
csmith1865/obscreen:v${{ steps.version.outputs.VERSION }}
|
||||
csmith1865/obscreen:latest
|
||||
manifest_tags: type=semver,pattern=v${{ steps.version.outputs.VERSION }}
|
||||
flavor: latest=true
|
||||
docker_username: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user