We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f3f3f commit 982ada8Copy full SHA for 982ada8
.github/workflows/build_docker_image.yml
@@ -70,5 +70,5 @@ jobs:
70
context: ./${{ matrix.service }}
71
file: ./${{ matrix.service }}/Dockerfile
72
push: true
73
- tags: ${{ steps.meta.outputs.tags }}
+ tags: latest
74
labels: ${{ steps.meta.outputs.labels }}
0 commit comments