Skip to content

Commit f914ce8

Browse files
Bump int128/docker-manifest-create-action from 2.19.0 to 2.20.0 (#5705)
Bumps [int128/docker-manifest-create-action](https://github.com/int128/docker-manifest-create-action) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/int128/docker-manifest-create-action/releases) - [Commits](int128/docker-manifest-create-action@v2.19.0...v2.20.0) --- updated-dependencies: - dependency-name: int128/docker-manifest-create-action dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57ba257 commit f914ce8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-nightly-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
# https://github.com/marketplace/actions/docker-manifest-create-action
8888
- name: Create and push manifest
89-
uses: int128/docker-manifest-create-action@v2.19.0
89+
uses: int128/docker-manifest-create-action@v2.20.0
9090
with:
9191
push: true
9292
tags: quay.io/invidious/invidious:master

.github/workflows/build-stable-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
# https://github.com/marketplace/actions/docker-manifest-create-action
8080
- name: Create and push manifest
81-
uses: int128/docker-manifest-create-action@v2.19.0
81+
uses: int128/docker-manifest-create-action@v2.20.0
8282
with:
8383
push: true
8484
tags: quay.io/invidious/invidious:latest

0 commit comments

Comments
 (0)