Skip to content

Commit

Permalink
Correct touchdetector path
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 8, 2024
1 parent be90c86 commit 519a9c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spacktainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
AWS_ECR_URL: ${{ secrets.AWS_ECR_URL }}
run: |-
cd container_definitions/amd64/touch_detector
cd container_definitions/amd64/touchdetector
cat << EOF > Dockerfile
FROM ${ AWS_ECR_URL }/spacktainers/builder:latest AS builder
FROM ${ AWS_ECR_URL }/spacktainers/runtime:latest
Expand All @@ -74,10 +74,10 @@ jobs:
uses: ./.github/actions/build_container
with:
AWS_ECR_URL: ${{ secrets.AWS_ECR_URL }}
AWS_ECR_PATH: /spacktainers/touch_detector
AWS_ECR_PATH: /spacktainers/touchdetector
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ECR_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ECR_SECRET_ACCESS_KEY }}
BUILD_PATH: container_definitions/amd64/touch_detector
BUILD_PATH: container_definitions/amd64/touchdetector
BUILDAH_EXTRA_ARGS: --label org.opencontainers.image.revision="$GITHUB_SHA"
--label org.opencontainers.image.authors="$GITHUB_TRIGGERING_ACTOR" --label
org.opencontainers.image.url="https://github.com/${GITHUB_REPOSITORY}"
Expand Down

0 comments on commit 519a9c1

Please sign in to comment.