Skip to content

Commit

Permalink
Preparing for upcoming release.
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed May 1, 2021
1 parent ee15835 commit b2acfa9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions doc/changelog/NEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

## Docker images

<details>
<summary>Click to see available images</summary>

This release is available from Docker Hub as project `klakegg/hugo` with the following tags:

| Alias tags | Version specific tags |
Expand Down Expand Up @@ -58,3 +61,4 @@ This release is available from Docker Hub as project `klakegg/hugo` with the fol
| `ext-ubuntu` | `NEXT-ext-ubuntu` |
| `ext-ubuntu-ci` | `NEXT-ext-ubuntu-ci` |
| `ext-ubuntu-onbuild` | `NEXT-ext-ubuntu-onbuild` |
</details>
4 changes: 4 additions & 0 deletions doc/template/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

## Docker images

<details>
<summary>Click to see available images</summary>

This release is available from Docker Hub as project `klakegg/hugo` with the following tags:

| Alias tags | Version specific tags |
Expand Down Expand Up @@ -57,3 +60,4 @@ This release is available from Docker Hub as project `klakegg/hugo` with the fol
| `ext-ubuntu` | `NEXT-ext-ubuntu` |
| `ext-ubuntu-ci` | `NEXT-ext-ubuntu-ci` |
| `ext-ubuntu-onbuild` | `NEXT-ext-ubuntu-onbuild` |
</details>
2 changes: 0 additions & 2 deletions src/config/alpine-ext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ images:
# Alpine + Hugo extended + CI
ext-alpine-ci:
target: ext-alpine--ci
edge: true
alias:
- $(VERSION)-ext-alpine-ci
platforms:
Expand All @@ -28,7 +27,6 @@ images:
# Alpine + Hugo extended + Onbuild
ext-alpine-onbuild:
target: ext-alpine--onbuild
edge: true
alias:
- $(VERSION)-ext-alpine-onbuild
platforms:
Expand Down

0 comments on commit b2acfa9

Please sign in to comment.