Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 7, 2024
1 parent 2af5c16 commit 122f2d0
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 @@ -60,12 +60,12 @@ 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
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 122f2d0

Please sign in to comment.