Update docker-image.yml
This commit is contained in:
@@ -17,6 +17,9 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Install docker-compose (if needed)
|
||||
run: sudo apt-get install docker-compose
|
||||
|
||||
- name: Build and push Docker images
|
||||
run: |
|
||||
cd src/Docker
|
||||
|
||||
Reference in New Issue
Block a user