Skip to content

Commit

Permalink
Fix for build and push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Dec 10, 2024
1 parent 27cd978 commit 8f8810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "${REGISTRY_PASSWORD}" | docker login -u "${REGISTRY_USER}" --password-stdin
docker-compose build
docker compose build
docker tag smurf-streamer:latest ${DOCKERHUB_ORG}/smurf-streamer:latest
docker tag smurf-streamer:latest ${DOCKERHUB_ORG}/smurf-streamer:${DOCKER_TAG}
Expand Down

0 comments on commit 8f8810a

Please sign in to comment.