Merge pull request #7 from jr-k/develop

Release v1.2
This commit is contained in:
JRK 2024-04-29 02:45:37 +02:00 committed by GitHub
commit 9e17bf2c35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,15 +2,13 @@ name: Build and Push Docker images
on: on:
push: push:
branches-ignore:
- master
pull_request_target:
branches: branches:
- master - master
types:
- closed
paths: paths:
- 'version.txt' - 'version.txt'
pull_request:
branches:
- master
workflow_dispatch: workflow_dispatch:
@ -42,11 +40,15 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: jierka/obscreen:${{ steps.version.outputs.VERSION }} tags: |
jierka/obscreen:v${{ steps.version.outputs.VERSION }}
jierka/obscreen:latest
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7 platforms: linux/amd64, linux/arm64/v8, linux/arm/v7
- 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: jierka/obscreen
tags: type=semver,pattern={{version}} tags: type=semver,pattern=v{{version}}
flavor: |
latest=true