mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-01 16:45:15 +02:00
chore(deps): bump docker/metadata-action from 3.4.1 to 3.5.0 (#2147)
This commit is contained in:
parent
9dc3810b45
commit
13e8c798a6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/default_on_push.yml
vendored
2
.github/workflows/default_on_push.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Prepare tags
|
||||
id: prep
|
||||
uses: docker/metadata-action@v3.4.1
|
||||
uses: docker/metadata-action@v3.5.0
|
||||
with:
|
||||
images: |
|
||||
${{ secrets.DOCKER_REPOSITORY }}
|
||||
|
|
2
.github/workflows/scheduled_builds.yml
vendored
2
.github/workflows/scheduled_builds.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Prepare tags
|
||||
id: prep
|
||||
uses: docker/metadata-action@v3.4.1
|
||||
uses: docker/metadata-action@v3.5.0
|
||||
with:
|
||||
images: |
|
||||
${{ secrets.DOCKER_REPOSITORY }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue