Skip to content

Commit f0ea246

Browse files
committed
Fix build
1 parent 78fbeea commit f0ea246

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
uses: docker/build-push-action@v5
5454
with:
5555
context: .
56-
load: true
5756
labels: ${{ steps.meta.outputs.labels }}
58-
outputs: type=image,"name=${{ env.FACILMAP_REPO }}",push-by-digest=true,name-canonical=true,push=true
59-
tags: facilmap-ci
57+
outputs: |
58+
type=image,"name=${{ env.FACILMAP_REPO }}",push-by-digest=true,name-canonical=true,push=true
59+
type=image,name=facilmap-ci
6060
6161
-
6262
name: Start integration test components

0 commit comments

Comments
 (0)