Skip to content

Commit

Permalink
Which one is it?
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 7, 2024
1 parent 122f2d0 commit ac06f1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/spacktainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,10 @@ jobs:
steps:
- name: prepare to build container
env:
aws_ecr_url: ${{ secrets.AWS_ECR_URL }}
AWS_ECR_URL: ${{ secrets.AWS_ECR_URL }}
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 ac06f1b

Please sign in to comment.