Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Closed
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/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61
with:
images: ${{ env.IMAGE_REPOSITORY }}
- name: Build and push container image
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- uses: docker/setup-buildx-action@v2
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61
with:
images: ${{ env.IMAGE_REPOSITORY }}
- name: Create image artifact
Expand Down