Skip to content

Commit a8cd4ad

Browse files
author
abarbie
committed
always building latest now
1 parent 06f4690 commit a8cd4ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-arm64v8.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- name: Build with Docker Compose
1313
working-directory: ./PiCar-X
1414
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
15+
TAG=latest-arm64v8 ARCH=arm64v8 docker compose -f docker-compose-core.yml build --no-cache
16+
TAG=latest-arm64v8 docker compose -f docker-compose-dtp.yml build --no-cache
1717
1818
# - name: Run pytest in Docker container
1919
# run: |
@@ -26,4 +26,4 @@ jobs:
2626
- name: Push to Docker Hub
2727
working-directory: ./PiCar-X
2828
run: |
29-
TAG=${{ github.ref_name }}-arm64v8 docker compose -f docker-compose-dtp.yml push
29+
TAG=latest-arm64v8 docker compose -f docker-compose-dtp.yml push

0 commit comments

Comments
 (0)