Skip to content

Commit

Permalink
build.sh just to remember how to do it
Browse files Browse the repository at this point in the history
  • Loading branch information
iferres committed Mar 13, 2023
1 parent 2c937db commit 280993f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions environments/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env sh

podman build -t porefile .

# Login to GHCR
# echo $CR_PAT | podman login ghcr.io -u USER --password-stdin

# Push to GHCR
# podman push porefile ghcr.io/microgenlab/porefile:latest
# podman push porefile ghcr.io/microgenlab/porefile:VERSION

0 comments on commit 280993f

Please sign in to comment.