Skip to content

Commit

Permalink
githubfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFollyLlama committed Jul 7, 2024
1 parent d52afab commit d5f00fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -30,5 +30,5 @@ jobs:
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 lacdr/medusa

0 comments on commit d5f00fe

Please sign in to comment.