Compare commits

...

3 Commits

Author SHA1 Message Date
67e9fe95ba 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 12m17s
2024-10-14 19:11:53 +00:00
c2f887e815 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:11:13 +00:00
490815db92 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:10:47 +00:00
3 changed files with 5 additions and 5 deletions

View File

@ -49,6 +49,6 @@ runs:
- name: Create and push manifest - name: Create and push manifest
uses: docker/metadata-action@v3 uses: docker/metadata-action@v3
with: with:
images: jierka/obscreen images: csmith1865/obscreen
tags: ${{ inputs.manifest_tags }} tags: ${{ inputs.manifest_tags }}
flavor: ${{ inputs.flavor }} flavor: ${{ inputs.flavor }}

View File

@ -3,7 +3,7 @@ name: Release build and push docker image
on: on:
push: push:
branches: branches:
- master - '*'
paths: paths:
- 'version.txt' - 'version.txt'
workflow_dispatch: workflow_dispatch:
@ -23,8 +23,8 @@ jobs:
uses: ./.github/actions/common-docker-build uses: ./.github/actions/common-docker-build
with: with:
build_tags: | build_tags: |
jierka/obscreen:v${{ steps.version.outputs.VERSION }} csmith1865/obscreen:v${{ steps.version.outputs.VERSION }}
jierka/obscreen:latest csmith1865/obscreen:latest
manifest_tags: type=semver,pattern=v${{ steps.version.outputs.VERSION }} manifest_tags: type=semver,pattern=v${{ steps.version.outputs.VERSION }}
flavor: latest=true flavor: latest=true
docker_username: ${{ secrets.DOCKER_USERNAME }} docker_username: ${{ secrets.DOCKER_USERNAME }}

View File

@ -1 +1 @@
2.4.1 2.4.1