Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
chore(deps): bump crazy-max/ghaction-docker-meta from 2 to 3.3.0 (#762)
Browse files Browse the repository at this point in the history
* chore(deps): bump crazy-max/ghaction-docker-meta from 2 to 3.3.0

Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 2 to 3.3.0.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](docker/metadata-action@v2...v3.3.0)

Signed-off-by: dependabot[bot] <[email protected]>

* fix(ci): update docker-meta

* fix(ci): updat docker-meta

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Moritz Johner <[email protected]>
  • Loading branch information
dependabot[bot] and moolen authored Jun 14, 2021
1 parent 4bbaf85 commit 264e977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v2
uses: docker/metadata-action@v3
with:
images: ${{ steps.image_name.outputs.image }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v2
uses: docker/metadata-action@v3
with:
images: ${{ env.IMAGE_NAME }}
tags: |
Expand Down

0 comments on commit 264e977

Please sign in to comment.