Skip to content

Commit 520d645

Browse files
author
matanper
authored
Fix tags in build (#216)
1 parent 2a707b8 commit 520d645

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ jobs:
6666
context: .
6767
file: ./Dockerfile
6868
platforms: linux/amd64,linux/arm64,linux/arm/v7
69-
tags:
70-
- ${{ secrets.MON_IMAGE_NAME }}:${{ github.sha }}
71-
- ${{ secrets.MON_IMAGE_NAME }}:latest
72-
- ${{ secrets.PUBLIC_IMAGE_NAME }}:latest
69+
tags: ${{ secrets.MON_IMAGE_NAME }}:${{ github.sha }},${{ secrets.MON_IMAGE_NAME }}:latest,${{ secrets.PUBLIC_IMAGE_NAME }}:latest
7370
build-args: |
7471
DEEPCHECKS_CI_TOKEN=${{ secrets.DEEPCHECKS_CI_TOKEN }}
7572
- name: Configure AWS credentials

0 commit comments

Comments
 (0)