mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-26 14:41:24 -07:00
Fix context path
This commit is contained in:
parent
e376b8cef8
commit
eadb216603
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
name: Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
|
@ -12,7 +13,7 @@ on:
|
|||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.actor }}/test-container-
|
||||
CONTEXT: containers
|
||||
CONTEXT: test-containers
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue