mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-25 03:41:26 -07:00
Fix insufficient context
This commit is contained in:
parent
535b2f7e04
commit
1aa7cc97e7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ jobs:
|
|||
with:
|
||||
context: ${{ env.CONTEXT }}
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }},${{ env.IMAGE_NAME }}:latest
|
||||
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}${{ env.IMAGE_NAME }}: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