Skip to content

Commit

Permalink
000
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Aug 29, 2023
1 parent dcb0127 commit fa982e4
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 @@ -177,8 +177,8 @@ jobs:

- name: Combine two images
run: |
docker manifest create bennythink/yyetsbot ${{ steps.dh_string.outputs.lowercase }}:amd64 ${{ steps.dh_string.outputs.lowercase }}:arm64
docker manifest push bennythink/yyetsbot
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 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 }}
Expand Down

0 comments on commit fa982e4

Please sign in to comment.