Skip to content

Commit

Permalink
Update calibre-fullserver-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ridgarou authored Oct 4, 2020
1 parent 0d79627 commit 902829f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/calibre-fullserver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
echo "${{ env.DOCKER_PASSWORD }}" | docker login ${{ env.DOCKER_REGISTRY_URL }} -u ${{ env.DOCKER_USERNAME }} --password-stdin
echo "*** Construimos la imagen ${{ env.DOCKER_REGISTRY_URL }}/${{ env.DOCKER_IMAGE_NAME }}:latest"
sudo docker build build . \
sudo docker build . \
--file Dockerfile \
--cache-to=type=inline \
--tag ${{ env.DOCKER_IMAGE_NAME }}:latest \
--tag ${{ env.DOCKER_IMAGE_NAME }}:${flag} \
--output=type=registry
Expand Down

0 comments on commit 902829f

Please sign in to comment.