We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44484e commit add1c08Copy full SHA for add1c08
.github/workflows/build-and-publish-container-images.yml
@@ -24,7 +24,7 @@ jobs:
24
password: ${{ secrets.GITHUB_TOKEN }}
25
- name: Extract metadata (tags, labels) for the container image
26
id: meta
27
- uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 #v5.7.0
+ uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 #v5.9.0
28
with:
29
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
30
- name: Build and push contaimer image
0 commit comments