Skip to content

Commit

Permalink
Set platform tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed May 13, 2024
1 parent d33a7da commit 12b1233
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ecr-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
optional_packages=PyYAML django-redis ${{ secrets.ECR_OPTIONAL_PACKAGES }}
push: true
tags: |
${{ steps.login-ecr.outputs.registry }}/onaio/onadata:${{ env.version || github.ref_name }}
"${{ steps.login-ecr.outputs.registry }}/onaio/onadata:${{ env.version || github.ref_name }}"
labels: |
"${{ matrix.platform }}"
- name: (Alpine) Build and push
id: docker-build-alpine
Expand Down

0 comments on commit 12b1233

Please sign in to comment.