Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

build(deps): bump docker/metadata-action from 4 to 5 #870

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/generate-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: 📥 Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: kaotoio/backend
tags: |
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: 📥 Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: kaotoio/backend
flavor: |
Expand Down