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

Commit 264e977

Browse files
chore(deps): bump crazy-max/ghaction-docker-meta from 2 to 3.3.0 (#762)
* 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]>
1 parent 4bbaf85 commit 264e977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-container.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Docker meta
4747
id: docker_meta
48-
uses: crazy-max/ghaction-docker-meta@v2
48+
uses: docker/metadata-action@v3
4949
with:
5050
images: ${{ steps.image_name.outputs.image }}
5151
tags: |

.github/workflows/nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Docker meta
2929
id: docker_meta
30-
uses: crazy-max/ghaction-docker-meta@v2
30+
uses: docker/metadata-action@v3
3131
with:
3232
images: ${{ env.IMAGE_NAME }}
3333
tags: |

0 commit comments

Comments
 (0)