Commit 7f8f6f71 authored by Sparkf's avatar Sparkf 🏙️
Browse files

fix registery

parent 962e6f35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,5 +46,5 @@ jobs:
          file: ./Dockerfile
          push: true
          tags: |
            sparkcyf/${{ env.IMAGE_NAME }}:latest
            sparkcyf/${{ env.IMAGE_NAME }}:build-${{ steps.date.outputs.date }}
            ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
            ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ needs.get-tags.outputs.tags }}
+0 −1
Original line number Diff line number Diff line
@@ -8,6 +8,5 @@ RUN apk add --update --no-cache --virtual .build-deps \
        libxml2 \
        libxml2-dev && \
    apk add libxslt-dev
RUN pip3 install pip==20.2.4
RUN pip3 install git+https://github.com/pypa/bandersnatch@main
CMD /bin/bash