Skip to content

Commit

Permalink
feat: env for logging
Browse files Browse the repository at this point in the history
Signed-off-by: mbw <matthew@mh-white.com>
  • Loading branch information
mbwhite committed Aug 23, 2024
1 parent 6c0110b commit bff8a3e
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 72 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,3 @@ jobs:
tags: ${{ steps.onviffmqtt.outputs.tags }}
labels: ${{ steps.onviffmqtt.outputs.labels }}

- name: Docker meta (alpine)
id: onviffmqtt-alpine
uses: docker/metadata-action@v3
with:
images: ghcr.io/ampretia/onviffmqtt
tags: |
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}-alpine
type=semver,pattern={{major}}.{{minor}}-alpine
type=semver,pattern={{major}}-alpine
type=sha
- name: build and push (alpine)
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
build-args: VARIANT=alpine
tags: ${{ steps.onviffmqtt-alpine.outputs.tags }}
labels: ${{ steps.onviffmqtt-alpine.outputs.labels }}
Loading

0 comments on commit bff8a3e

Please sign in to comment.