Skip to content

Commit

Permalink
Fix agoric docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
minniux committed Aug 29, 2024
1 parent 37afddd commit 312cf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/agoric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
- name: Tag and push Docker image
run: |
docker tag agoric-imported:${{ env.VERSION }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
docker tag agoric-imported:${{ env.SDK_VERSION }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}

0 comments on commit 312cf8d

Please sign in to comment.