Update docker.yml

This commit is contained in:
Nobix
2022-04-08 03:24:21 +05:30
committed by GitHub
parent 6e1248bf74
commit 582afcd475
+1 -1
View File
@@ -142,7 +142,7 @@ jobs:
# for an approved pull_request, only push pr-specific tags # for an approved pull_request, only push pr-specific tags
push: true push: true
tags: ${{ steps.docker_meta.outputs.tags }} tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }} # labels: ${{ steps.docker_meta.outputs.labels }}
- -
name: Show image digest name: Show image digest
run: echo ${{ steps.docker_build_and_push.outputs.digest }} run: echo ${{ steps.docker_build_and_push.outputs.digest }}