Skip to content

Commit

Permalink
Update(unbound): release build
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Mar 29, 2024
1 parent 7b04d13 commit 60e43b3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ on:
- 'v*'

jobs:
unbound:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: meta
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/luzilla/unbound
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}}
- uses: docker/build-push-action@v5
with:
context: .docker/unbound/rootfs
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

dnsblexporter:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 60e43b3

Please sign in to comment.