Skip to content

Commit fb24e77

Browse files
committed
fix cd
1 parent b644fe2 commit fb24e77

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uses: docker/build-push-action@v6
128128
with:
129129
context: .github/build-context
130-
file: .github/Dockerfile.native
130+
file: Containerfile
131131
platforms: linux/amd64,linux/arm64
132132
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
133133
labels: ${{ steps.meta.outputs.labels }}
File renamed without changes.

0 commit comments

Comments
 (0)