Skip to content

Commit

Permalink
feat: update action payload
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-wayner committed Feb 28, 2024
1 parent 6e98b48 commit 4fe761d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-and-publish-dev-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
type: update-preview-image-command
payload: |
{
"image": "${{ secrets.DOCKERHUB_USERNAME }}/drive-server-wip",
"newImage": "${{ secrets.DOCKERHUB_USERNAME }}/drive-server-wip-dev",
"newTag": "${{ github.sha }}"
"image": {
"name": "${{ secrets.DOCKERHUB_USERNAME }}/drive-server-wip",
"newName": "${{ secrets.DOCKERHUB_USERNAME }}/drive-server-wip-dev",
"newTag": "${{ github.sha }}"
}
}

0 comments on commit 4fe761d

Please sign in to comment.