mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-25 11:51:27 -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:
|
with:
|
||||||
context: ${{ env.CONTEXT }}
|
context: ${{ env.CONTEXT }}
|
||||||
push: true
|
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 }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue