Skip to content

Commit

Permalink
Fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Nov 9, 2024
1 parent 48ba5a5 commit 4d5a347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:

# Private API

- name: API image tags & labels
id: private-api
- name: Private API image tags & labels
id: meta-private-api
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_BASE }}-private-api
Expand All @@ -85,5 +85,5 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta-api.outputs.tags }}
labels: ${{ steps.meta-api.outputs.labels }}
tags: ${{ steps.meta-private-api.outputs.tags }}
labels: ${{ steps.meta-private-api.outputs.labels }}

0 comments on commit 4d5a347

Please sign in to comment.