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 528a81c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 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 @@ -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

0 comments on commit 528a81c

Please sign in to comment.