Skip to content

Commit 7653acf

Browse files
committed
fix: rdu build context
1 parent 7db8da8 commit 7653acf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
- name: Build and push Docker image
5050
uses: docker/build-push-action@v5
5151
with:
52-
context: ci-deployment-cleanup
52+
context: .
53+
file: ci-deployment-cleanup/Dockerfile
5354
platforms: linux/amd64,linux/arm64
5455
push: true
5556
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)