Skip to content

Commit

Permalink
Update docker-build-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 authored Feb 6, 2024
1 parent 36cc156 commit d93cea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
docker-compose -f docker-compose.yml build
docker-compose -f docker-compose.yml push
- name: Publish
run: docker-compose alpha publish -f docker-compose.yml ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
run: docker push ${REGISTRY}/${IMAGE_NAME}


0 comments on commit d93cea2

Please sign in to comment.