Skip to content

Commit

Permalink
trying to add the proper github variables
Browse files Browse the repository at this point in the history
  • Loading branch information
abarbie committed Jun 13, 2024
1 parent e24393f commit 06f4690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Build with Docker Compose
working-directory: ./PiCar-X
run: |
TAG=${{github.ref_name:-latest}}-arm64v8 ARCH=arm64v8 docker compose -f docker-compose-core.yml build --no-cache
TAG=${{github.ref_name:-latest}}-arm64v8 docker compose -f docker-compose-dtp.yml build --no-cache
TAG=${{github.ref_name}}-arm64v8 ARCH=arm64v8 docker compose -f docker-compose-core.yml build --no-cache
TAG=${{github.ref_name}}-arm64v8 docker compose -f docker-compose-dtp.yml build --no-cache
# - name: Run pytest in Docker container
# run: |
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Push to Docker Hub
working-directory: ./PiCar-X
run: |
TAG=${{ github.ref_name:-latest }}-arm64v8 docker compose -f docker-compose-dtp.yml push
TAG=${{ github.ref_name }}-arm64v8 docker compose -f docker-compose-dtp.yml push

0 comments on commit 06f4690

Please sign in to comment.