Skip to content

Commit 0c5347d

Browse files
committed
Add metadata step to release workflow
1 parent 4b52617 commit 0c5347d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_release_docker_image.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}
24-
24+
- name: Extract metadata (tags, labels) for Docker
25+
id: meta
26+
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
27+
with:
28+
images: ${{ github.repository }}
2529
- name: Build and push Docker image
2630
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
2731
with:

0 commit comments

Comments
 (0)