mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
chore(deps): bump crazy-max/ghaction-docker-meta from v2.2.0 to v2.2.1 (#1887)
Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from v2.2.0 to v2.2.1. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Changelog](https://github.com/crazy-max/ghaction-docker-meta/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v2.2.0...f39f06a624f9ca2c5d27758aa88932d443e9eda2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c7a798b623
commit
0a7d781fc9
2
.github/workflows/default_on_push.yml
vendored
2
.github/workflows/default_on_push.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Prepare tags
|
||||
id: prep
|
||||
uses: crazy-max/ghaction-docker-meta@v2.2.0
|
||||
uses: crazy-max/ghaction-docker-meta@v2.2.1
|
||||
with:
|
||||
images: |
|
||||
${{ secrets.DOCKER_REPOSITORY }}
|
||||
|
|
2
.github/workflows/scheduled_builds.yml
vendored
2
.github/workflows/scheduled_builds.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Prepare tags
|
||||
id: prep
|
||||
uses: crazy-max/ghaction-docker-meta@v2.2.0
|
||||
uses: crazy-max/ghaction-docker-meta@v2.2.1
|
||||
with:
|
||||
images: |
|
||||
${{ secrets.DOCKER_REPOSITORY }}
|
||||
|
|
Loading…
Reference in a new issue