Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit dc14794

Browse files
committed
fix CI errors
1 parent 9d67086 commit dc14794

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-dockerfile.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Build/Publish Dockerfile
22
on:
33
push:
44
paths:
5+
- .github/workflows/publish-dockerfile.yml
56
- docker
67
pull_request:
78
paths:
9+
- .github/workflows/publish-dockerfile.yml
810
- docker
911
workflow_dispatch:
1012

@@ -33,7 +35,8 @@ jobs:
3335
- name: Build and push
3436
uses: docker/build-push-action@v2
3537
with:
36-
context: .
38+
file: ./docker/Dockerfile
39+
context: ./docker
3740
push: ${{ github.ref == 'refs/heads/main' }}
3841
tags: |
3942
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)