mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-05 07:49:11 -07:00
Add tag 'latest' to images
This commit is contained in:
parent
163048bd04
commit
069eba9c6a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
with:
|
||||
context: ${{ env.CONTEXT }}/${{ matrix.subfolder }}
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}${{ matrix.subfolder }}:latest
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue