Skip to content

Commit

Permalink
Update main.yml (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 27, 2023
1 parent e40cdef commit 899ccbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: |
ghcr.io/${{ github.actor }}/homebridge:${{ steps.image_tag.outputs.IMAGE_TAG }}
ghcr.io/${{ github.actor }}/homebridge:${{ steps.alt_image_tag.outputs.ALT_IMAGE_TAG }}
ghcr.io/${{ github.actor }}/homebridge:${{ steps.versioned_image_tag.outputs.VERSION_IMAGE_TAG }}
ghcr.io/homebridge/homebridge:${{ steps.image_tag.outputs.IMAGE_TAG }}
ghcr.io/homebridge/homebridge:${{ steps.alt_image_tag.outputs.ALT_IMAGE_TAG }}
ghcr.io/homebridge/homebridge:${{ steps.versioned_image_tag.outputs.VERSION_IMAGE_TAG }}
- name: Log into Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 899ccbc

Please sign in to comment.