Skip to content

Commit

Permalink
Fixed wrong Docker build target (#262)
Browse files Browse the repository at this point in the history
Fixes #261
  • Loading branch information
espenhgn authored Jun 25, 2024
1 parent 47ca5b8 commit 87a72f6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_gwas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/containers
ghcr.io/${{ github.repository_owner }}/gwas
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/containers
ghcr.io/${{ github.repository_owner }}/hello
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push_gwas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/containers
ghcr.io/${{ github.repository_owner }}/gwas
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push_hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/containers
ghcr.io/${{ github.repository_owner }}/hello
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push_python3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/containers
ghcr.io/${{ github.repository_owner }}/python3
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/containers
ghcr.io/${{ github.repository_owner }}/r
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_python3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/containers
ghcr.io/${{ github.repository_owner }}/python3
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/containers
ghcr.io/${{ github.repository_owner }}/r
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down

0 comments on commit 87a72f6

Please sign in to comment.