We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a707b8 commit 520d645Copy full SHA for 520d645
.github/workflows/e2e-tests.yml
@@ -66,10 +66,7 @@ jobs:
66
context: .
67
file: ./Dockerfile
68
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
+ tags: ${{ secrets.MON_IMAGE_NAME }}:${{ github.sha }},${{ secrets.MON_IMAGE_NAME }}:latest,${{ secrets.PUBLIC_IMAGE_NAME }}:latest
73
build-args: |
74
DEEPCHECKS_CI_TOKEN=${{ secrets.DEEPCHECKS_CI_TOKEN }}
75
- name: Configure AWS credentials
0 commit comments