Commit c028e9a2 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

docker ci via github actions

parent 4bfdfe97
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,5 +34,3 @@ jobs:
        file: ./Dockerfile
        tags: ${{ secrets.DOCKER_HUB_USERNAME }}/universc:latest
        push: true
    - name: Image digest
        run: echo ${{ steps.docker_build.outputs.digest }}
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@ jobs:
          key: ${{ runner.os }}-buildx-${{ github.sha }}
          restore-keys: |
          ${{ runner.os }}-buildx-
      - name: Login to Docker Hub
        uses: docker/login-action@v1 
      - uses: docker/login-action@v1
        with:
          username: ${{ secrets.DOCKER_HUB_USERNAME }}
          password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
          registry: ${{ env.REGISTRY }}
      - name: Build and push
        id: docker_build
        uses: docker/build-push-action@v2