Skip to content

Commit

Permalink
Merge pull request #1426 from amir20/dependabot/github_actions/crazy-…
Browse files Browse the repository at this point in the history
…max/ghaction-docker-meta-3.5.0

Bump crazy-max/ghaction-docker-meta from 3.4.1 to 3.5.0
  • Loading branch information
kodiakhq[bot] committed Aug 23, 2021
2 parents b947204 + da3b67c commit abec771
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 abec771

Please sign in to comment.