tag also?

This commit is contained in:
Chase 2023-01-17 10:48:38 -06:00
parent 4ff9759e4e
commit 785a85307c
Signed by: chase
GPG Key ID: 9EC29E797878008C
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
- name: Build the Docker Image
run: docker build . --file Dockerfile --tag "$DOCKER_USERNAME"/lidarr-true-singles:latest
run: docker build . --file Dockerfile --tag "$DOCKER_USERNAME"/lidarr-true-singles:latest --tag ghcr.io/"$GH_USERNAME"/lidarr-true-singles:latest
- name: Login to DockerHub
uses: docker/login-action@v2
with: