From 528a81cd0ff2579c81ba10f530ec2e7da8b50475 Mon Sep 17 00:00:00 2001 From: NotEric Date: Sun, 7 Jul 2024 13:46:50 +0200 Subject: [PATCH] githubfile --- .github/workflows/main.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a2d19d8..d6246b3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,8 +10,8 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v4 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + #- name: Set up Docker Buildx + # uses: docker/setup-buildx-action@v3 - name: Log in to Docker Hub uses: docker/login-action@v3 with: @@ -22,13 +22,14 @@ jobs: # uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 # with: # images: thefollyllama/medusa - - name: Build & push the Docker image - uses: docker/build-push-action@v6 - with: - context: . - tags: thefollyllama/medusa:latest - push: true + # - name: Build & push the Docker image + # uses: docker/build-push-action@v6 + # with: + # context: . + # tags: thefollyllama/medusa:latest + # push: true # tags: ${{ steps.meta.outputs.tags }} # labels: ${{ steps.meta.outputs.labels }} - - name: Test & publish R package - run: docker build . --target medusa_test + - name: Test docker via script + run: docker build -f Dockerfile . -t thefollyllama/medusa + run: docker push thefollyllama/medusa