We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abcfc2 commit cd9c6a5Copy full SHA for cd9c6a5
.github/workflows/docker-publish-perception.yml
@@ -19,7 +19,7 @@ env:
19
# Use docker.io for Docker Hub if empty
20
REGISTRY: ghcr.io
21
# github.repository as <account>/<repo>
22
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: ${{ github.repository }}-perception
23
24
25
jobs:
@@ -79,7 +79,8 @@ jobs:
79
id: build-and-push
80
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
81
with:
82
- context: ./perception
+ context: .
83
+ file: perception/Dockerfile
84
push: ${{ github.event_name != 'pull_request' }}
85
tags: ${{ steps.meta.outputs.tags }}
86
labels: ${{ steps.meta.outputs.labels }}
0 commit comments