fix(ci): simplify Push step to match auth pattern (CAR-1362) #53

Merged
Barcode Betty merged 1 commits from betty/car-1362-push-unknown-fix into dev 2026-06-10 04:10:58 +00:00
-3
View File
@@ -160,12 +160,9 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
APT_CACHE_BUST=${{ github.run_id }}
- name: Create git tag
if: github.event_name == 'push' && github.ref == 'refs/heads/main'