diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2d60686..4760e61 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -28,38 +28,38 @@ jobs: - name: init git submodules run: scripts/init_submodules.sh - - - name: set up QEMU - uses: docker/setup-qemu-action@v1 - - - name: set up Docker Buildx - uses: docker/setup-buildx-action@v1 - - - name: log in to github container registry - uses: docker/login-action@v1 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: define docker tags - id: meta - uses: docker/metadata-action@v3 - with: - images: | - ghcr.io/medicalinformatics/secureepilinker - tags: | - type=schedule - type=ref,event=branch - type=ref,event=pr - flavor: | - latest=auto - prefix=${{ matrix.distribution }}- +# - +# name: set up QEMU +# uses: docker/setup-qemu-action@v1 +# - +# name: set up Docker Buildx +# uses: docker/setup-buildx-action@v1 +# - +# name: log in to github container registry +# uses: docker/login-action@v1 +# with: +# registry: ghcr.io +# username: ${{ github.actor }} +# password: ${{ secrets.GITHUB_TOKEN }} +# - +# name: define docker tags +# id: meta +# uses: docker/metadata-action@v3 +# with: +# images: | +# ghcr.io/medicalinformatics/secureepilinker +# tags: | +# type=schedule +# type=ref,event=branch +# type=ref,event=pr +# flavor: | +# latest=auto +# prefix=${{ matrix.distribution }}- - name: build docker image uses: docker/build-push-action@v2 with: - push: true +# push: true file: Dockerfile.${{ matrix.distribution }} - labels: ${{ steps.meta.outputs.labels }} - tags: ${{ steps.meta.outputs.tags }} +# labels: ${{ steps.meta.outputs.labels }} +# tags: ${{ steps.meta.outputs.tags }}