Skip to content

Commit

Permalink
Switching GitHub Actions Docker tag to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Feb 9, 2024
1 parent c8b1c92 commit 53c7496
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
-
name: Build and Push
run: |
docker build --platform linux/amd64 -t ghcr.io/getwilds/samtools:1.11 -f Dockerfile_samtools .
docker run ghcr.io/getwilds/samtools:1.11
docker push ghcr.io/getwilds/samtools:1.11
docker build --platform linux/amd64 -t ghcr.io/getwilds/gatk:4.3.0.0 -f Dockerfile_gatk .
docker run ghcr.io/getwilds/gatk:4.3.0.0
docker push ghcr.io/getwilds/gatk:4.3.0.0
docker build --platform linux/amd64 -t ghcr.io/getwilds/samtools:latest -f Dockerfile_samtools .
docker run ghcr.io/getwilds/samtools:latest
docker push ghcr.io/getwilds/samtools:latest
docker build --platform linux/amd64 -t ghcr.io/getwilds/gatk:latest -f Dockerfile_gatk .
docker run ghcr.io/getwilds/gatk:latest
docker push ghcr.io/getwilds/gatk:latest

0 comments on commit 53c7496

Please sign in to comment.