We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db8da8 commit 7653acfCopy full SHA for 7653acf
.github/workflows/docker-build.yml
@@ -49,7 +49,8 @@ jobs:
49
- name: Build and push Docker image
50
uses: docker/build-push-action@v5
51
with:
52
- context: ci-deployment-cleanup
+ context: .
53
+ file: ci-deployment-cleanup/Dockerfile
54
platforms: linux/amd64,linux/arm64
55
push: true
56
tags: ${{ steps.meta.outputs.tags }}
0 commit comments