Skip to content

Commit cd9c6a5

Browse files
authored
Update docker-publish-perception.yml
1 parent 2abcfc2 commit cd9c6a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-publish-perception.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
# Use docker.io for Docker Hub if empty
2020
REGISTRY: ghcr.io
2121
# github.repository as <account>/<repo>
22-
IMAGE_NAME: ${{ github.repository }}
22+
IMAGE_NAME: ${{ github.repository }}-perception
2323

2424

2525
jobs:
@@ -79,7 +79,8 @@ jobs:
7979
id: build-and-push
8080
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
8181
with:
82-
context: ./perception
82+
context: .
83+
file: perception/Dockerfile
8384
push: ${{ github.event_name != 'pull_request' }}
8485
tags: ${{ steps.meta.outputs.tags }}
8586
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)