We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f4690 commit a8cd4adCopy full SHA for a8cd4ad
.github/workflows/build-arm64v8.yml
@@ -12,8 +12,8 @@ jobs:
12
- name: Build with Docker Compose
13
working-directory: ./PiCar-X
14
run: |
15
- TAG=${{github.ref_name}}-arm64v8 ARCH=arm64v8 docker compose -f docker-compose-core.yml build --no-cache
16
- TAG=${{github.ref_name}}-arm64v8 docker compose -f docker-compose-dtp.yml build --no-cache
+ TAG=latest-arm64v8 ARCH=arm64v8 docker compose -f docker-compose-core.yml build --no-cache
+ TAG=latest-arm64v8 docker compose -f docker-compose-dtp.yml build --no-cache
17
18
# - name: Run pytest in Docker container
19
# run: |
@@ -26,4 +26,4 @@ jobs:
26
- name: Push to Docker Hub
27
28
29
- TAG=${{ github.ref_name }}-arm64v8 docker compose -f docker-compose-dtp.yml push
+ TAG=latest-arm64v8 docker compose -f docker-compose-dtp.yml push
0 commit comments