Skip to content

Commit

Permalink
Build Image Release 1.18.0
Browse files Browse the repository at this point in the history
Updated to Unbound 1.18.0
  • Loading branch information
madnuttah authored Aug 30, 2023
1 parent df20e4e commit de7a454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-unbound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
DOCKERHUB_SLUG: "madnuttah/unbound"
VERSION: "1.18.0rc1"
VERSION: "1.18.0"
REVISION: "0"

jobs:
Expand Down Expand Up @@ -61,5 +61,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 de7a454

Please sign in to comment.