Skip to content

Commit

Permalink
Update(unbound): publish pr build (:dev tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Mar 29, 2024
1 parent 60e43b3 commit 22d3e3c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@ on:

jobs:
build_unbound:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
with:
context: .docker/unbound/rootfs
push: false
push: true
tags: ghcr.io/luzilla/unbound:dev

test:
Expand Down

0 comments on commit 22d3e3c

Please sign in to comment.