Compare commits

...

3 Commits

Author SHA1 Message Date
519c973ffe Update version.txt
Some checks failed
PR build and push docker image / build-and-push-pr (push) Has been cancelled
Release build and push docker image / build-and-push-release (push) Successful in 12m11s
2024-10-14 19:14:23 +00:00
600679a239 Update .github/actions/common-docker-build/action.yml
Some checks are pending
PR build and push docker image / build-and-push-pr (push) Waiting to run
2024-10-14 19:13:32 +00:00
f5bdc1bb58 Update .github/workflows/build-release.yml
Some checks are pending
PR build and push docker image / build-and-push-pr (push) Waiting to run
2024-10-14 19:13:03 +00:00
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1 +1 @@
2.4.2
2.4.2