Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Aug 29, 2023
1 parent 8240c1e commit febb84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ jobs:
docker manifest create ${{ steps.dh_string.outputs.lowercase }} ${{ steps.dh_string.outputs.lowercase }}:amd64 ${{ steps.dh_string.outputs.lowercase }}:arm64
docker manifest push ${{ steps.dh_string.outputs.lowercase }}
docker tag ${{ steps.dh_string.outputs.lowercase }} ghcr.io/${{ steps.ghcr_string.outputs.lowercase }}
docker push ghcr.io/${{ steps.ghcr_string.outputs.lowercase }}
docker manifest create ghcr.io/${{ steps.ghcr_string.outputs.lowercase }} ghcr.io/${{ steps.ghcr_string.outputs.lowercase }}:amd64 ghcr.io/${{ steps.ghcr_string.outputs.lowercase }}:arm64
docker manifest push ghcr.io/${{ steps.ghcr_string.outputs.lowercase }}
- name: Notification to Telegram
env:
Expand Down

0 comments on commit febb84e

Please sign in to comment.