We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b52617 commit 0c5347dCopy full SHA for 0c5347d
.github/workflows/build_release_docker_image.yaml
@@ -21,7 +21,11 @@ jobs:
21
with:
22
username: ${{ secrets.DOCKER_USERNAME }}
23
password: ${{ secrets.DOCKER_PASSWORD }}
24
-
+ - name: Extract metadata (tags, labels) for Docker
25
+ id: meta
26
+ uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
27
+ with:
28
+ images: ${{ github.repository }}
29
- name: Build and push Docker image
30
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
31
0 commit comments