Skip to content

Commit

Permalink
Build Image Release 1.17.1rc1
Browse files Browse the repository at this point in the history
Updated to Unbound 1.17.1rc1 (Pre release)
  • Loading branch information
madnuttah authored Jan 5, 2023
1 parent c999f14 commit 06fafc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-unbound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:

env:
DOCKERHUB_SLUG: "madnuttah/unbound"
VERSION: "1.17.0-5"
REVISION: "5"
VERSION: "1.17.1rc1"
REVISION: "0"

jobs:
build:
Expand Down Expand Up @@ -60,5 +60,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ env.DOCKERHUB_SLUG }}:${{ env.VERSION }}
${{ env.DOCKERHUB_SLUG }}:latest
# ${{ env.DOCKERHUB_SLUG }}:latest

0 comments on commit 06fafc5

Please sign in to comment.