Skip to content

Commit

Permalink
Bump crazy-max/ghaction-docker-meta from 3.4.1 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases)
- [Commits](docker/metadata-action@v3.4.1...v3.5.0)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-docker-meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 23, 2021
1 parent b947204 commit da3b67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- name: Docker meta
id: meta
uses: crazy-max/ghaction-docker-meta@v3.4.1
uses: crazy-max/ghaction-docker-meta@v3.5.0
with:
images: amir20/dozzle
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Docker meta
id: meta
uses: crazy-max/ghaction-docker-meta@v3.4.1
uses: crazy-max/ghaction-docker-meta@v3.5.0
with:
images: amir20/dozzle
- name: Set up QEMU
Expand Down

0 comments on commit da3b67c

Please sign in to comment.