Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3079587e0b | ||
|
|
dfe372bbbd | ||
|
|
d04dc75c81 | ||
|
|
42dc05c473 | ||
|
|
658ed34b64 |
9
.github/workflows/tagged-release.yml
vendored
9
.github/workflows/tagged-release.yml
vendored
@@ -5,7 +5,7 @@ name: "tagged-release"
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
tagged-release:
|
||||
@@ -13,7 +13,8 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.2.1
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: false
|
||||
generate_release_notes: true
|
||||
make_latest: "true"
|
||||
|
||||
@@ -1 +1 @@
|
||||
FROM mysql:9.2.0
|
||||
FROM mysql:9.3.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# dokku mysql [](https://github.com/dokku/dokku-mysql/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
||||
|
||||
Official mysql plugin for dokku. Currently defaults to installing [mysql 9.2.0](https://hub.docker.com/_/mysql/).
|
||||
Official mysql plugin for dokku. Currently defaults to installing [mysql 9.3.0](https://hub.docker.com/_/mysql/).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
description = "dokku mysql service plugin"
|
||||
version = "1.41.2"
|
||||
version = "1.42.0"
|
||||
[plugin.config]
|
||||
|
||||
Reference in New Issue
Block a user