Skip to content

Commit

Permalink
Too many brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 7, 2024
1 parent ac06f1b commit be90c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/spacktainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
run: |-
cd container_definitions/amd64/touch_detector
cat << EOF > Dockerfile
FROM ${ AWS_ECR_URL }/spacktainers/builder:latest AS builder
FROM ${ AWS_ECR_URL }/spacktainers/runtime:latest
# Triggers building the 'builder' image, otherwise it is optimized away
COPY --from=builder /etc/debian_version /etc/debian_version
Expand Down

0 comments on commit be90c86

Please sign in to comment.