Skip to content

Commit 1671fc3

Browse files
committedNov 20, 2023
fixup
1 parent ee6627a commit 1671fc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/docker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
- name: Build and push Docker image
5858
uses: docker/build-push-action@v5
5959
with:
60-
context: ./docker
60+
context: .
61+
file: docker/Dockerfile
6162
build-args: TAG=${{ matrix.distro }}
6263
push: true
6364
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)