Skip to content

Commit

Permalink
feat: claude sonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
QizhengMo committed Jun 18, 2024
1 parent ab42f51 commit d65f9c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_SNAPSHOT_USERNAME }}/arex-api:${{ needs.tag.outputs.tag }}
outputs: type=docker,dest=/tmp/myimage.tar
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: myimage
path: /tmp/myimage.tar

- name: Send mail
uses: dawidd6/action-send-mail@v3
Expand Down

0 comments on commit d65f9c8

Please sign in to comment.