Skip to content

Commit

Permalink
fix name tag
Browse files Browse the repository at this point in the history
  • Loading branch information
adenntumba committed Oct 2, 2024
1 parent 84a38e8 commit 017cc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mailroom-push-tag-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
working-directory: /tmp/digests
run: |
docker buildx imagetools create -t "${{ env.IMAGE_TAG }}" \
$(printf '${{ secrets.ECR_SHARED }}/mailrom@sha256:%s ' *)
$(printf '${{ secrets.ECR_SHARED }}/mailroom@sha256:%s ' *)
- name: Check out Kubernetes Manifests
uses: actions/checkout@master
Expand Down

0 comments on commit 017cc30

Please sign in to comment.