Skip to content

Commit

Permalink
Fix TAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 30, 2023
1 parent 7f22ae2 commit f4f5f1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: |
ghcr.io/homebridge/homebridge:latest
ghcr.io/homebridge/homebridge:ubuntu
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 All @@ -85,7 +85,7 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: |
homebridge/homebridge:latest
homebridge/homebridge:ubuntu
homebridge/homebridge:${{ steps.image_tag.outputs.IMAGE_TAG }}
homebridge/homebridge:${{ steps.alt_image_tag.outputs.ALT_IMAGE_TAG }}
homebridge/homebridge:${{ steps.versioned_image_tag.outputs.VERSION_IMAGE_TAG }}

0 comments on commit f4f5f1b

Please sign in to comment.