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

Commit fdc001f

Browse files
authored
Merge pull request #25 from aryan9600/libgit2-only
2 parents 1282600 + d8f1533 commit fdc001f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ jobs:
145145
file: Dockerfile
146146
platforms: ${{ env.PLATFORMS }}
147147
push: true
148-
tags: ${{ steps.meta.outputs.tags }}
149-
labels: ${{ steps.meta.outputs.labels }}
148+
tags: ${{ steps.meta_libgit2_all.outputs.tags }}
149+
labels: ${{ steps.meta_libgit2_all.outputs.labels }}
150150
cache-from: type=local,src=/tmp/.buildx-cache
151151

152152
- name: Compose release candidate metadata - golang-with-libgit2-only
@@ -171,6 +171,6 @@ jobs:
171171
file: Dockerfile.libgit2-only
172172
platforms: ${{ env.PLATFORMS }}
173173
push: true
174-
tags: ${{ steps.meta.outputs.tags }}
175-
labels: ${{ steps.meta.outputs.labels }}
174+
tags: ${{ steps.meta_libgit2_only.outputs.tags }}
175+
labels: ${{ steps.meta_libgit2_only.outputs.labels }}
176176
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)