Skip to content

Commit

Permalink
Add real image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
invliD committed Feb 24, 2024
1 parent 68e6977 commit b2f1d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
crane auth login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }} docker.io
- name: Push images
run: |
crane digest i --tarball /tmp/image-amd64.tar
crane digest i --tarball /tmp/image-arm64.tar
crane digest i --tarball /tmp/image-mips.tar
crane digest docker.io/invlid/mdns2mqtt:latest-amd64 --tarball /tmp/image-amd64.tar
crane digest docker.io/invlid/mdns2mqtt:latest-arm64 --tarball /tmp/image-arm64.tar
crane digest docker.io/invlid/mdns2mqtt:latest-mips --tarball /tmp/image-mips.tar

0 comments on commit b2f1d23

Please sign in to comment.