Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 1d1a35e

Browse files
authored
ci: fix docker build context
1 parent e72dda6 commit 1d1a35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
id: push
3838
uses: docker/build-push-action@v5
3939
with:
40-
context: alienos
40+
context: .
4141
dockerfile: dockerfile
4242
push: true
4343
tags: |
4444
${{ steps.meta.outputs.tags }}
4545
${{ env.IMAGE_NAME }}:${{ env.BASE_TAG }}
46-
labels: ${{ steps.meta.outputs.labels }}
46+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)