mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
rename files
This commit is contained in:
@@ -6,8 +6,8 @@ on:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- 'docker/moltbot/**'
|
||||
- '.github/workflows/moltbot-docker.yml'
|
||||
- 'docker/openclaw/**'
|
||||
- '.github/workflows/openclaw-docker.yml'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
force_rebuild:
|
||||
@@ -17,7 +17,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}/moltbot
|
||||
IMAGE_NAME: ${{ github.repository }}/openclaw
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./docker/moltbot
|
||||
context: ./docker/openclaw
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
Reference in New Issue
Block a user