ci(CAR-1423): promote two-stage load->push fix to uat #42

Merged
Barcode Betty merged 6 commits from dev into uat 2026-06-22 23:40:04 +00:00
Showing only changes of commit e22010a907 - Show all commits
+9 -1
View File
@@ -59,7 +59,15 @@ jobs:
type=raw,value=${{ steps.calver.outputs.version }},enable=${{ github.ref == 'refs/heads/main' }}
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and push Docker image
- name: Build Docker image
uses: docker/build-push-action@v6
with:
context: .
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Push Docker image
uses: docker/build-push-action@v6
with:
context: .