Skip to content

Commit

Permalink
Publishes the images under my personal account
Browse files Browse the repository at this point in the history
Signed-off-by: iosifache <[email protected]>
  • Loading branch information
iosifache committed Aug 3, 2024
1 parent 77cf8e5 commit a65bf35
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/oss-fortress-${{ matrix.id }}
images: ${{ env.REGISTRY }}/iosifache/${{ matrix.id }}
- name: Build and push the Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
Expand Down
24 changes: 12 additions & 12 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: "2.4"
services:
sandcastle:
image: ghcr.io/iosifache/oss-fortress-sandcastle:main
image: ghcr.io/iosifache/sandcastle:main
build:
context: oss-fortress-sandcastle
context: sandcastle
network: host
tags:
- "oss-fortress-sandcastle:latest"
- "sandcastle:latest"
container_name: sandcastle
ports:
- "8000:8080"
Expand Down Expand Up @@ -39,12 +39,12 @@ services:
- all

coder:
image: ghcr.io/iosifache/oss-fortress-coder:main
image: ghcr.io/iosifache/coder:main
build:
context: tooling/coder
tags:
- "oss-fortress-coder:latest"
container_name: oss-fortress-coder
- "coder:latest"
container_name: coder
volumes:
- ".:/home/coder/codebase:ro"
- "./tooling:/home/coder/tooling:ro"
Expand All @@ -58,13 +58,13 @@ services:
- all

static-analysers:
image: ghcr.io/iosifache/oss-fortress-static-analysers:main
image: ghcr.io/iosifache/static-analysers:main
build:
context: tooling/static-analysers
network: host
tags:
- "oss-fortress-static-analysers:latest"
container_name: oss-fortress-static-analysers
- "static-analysers:latest"
container_name: static-analysers
volumes:
- ".:/root/codebase:ro"
- "./.git:/root/codebase/.git:ro"
Expand All @@ -77,13 +77,13 @@ services:
- all

aflplusplus:
image: ghcr.io/iosifache/oss-fortress-aflplusplus:main
image: ghcr.io/iosifache/aflplusplus:main
build:
context: tooling/aflplusplus
network: host
tags:
- "oss-fortress-aflplusplus:latest"
container_name: oss-fortress-aflplusplus
- "aflplusplus:latest"
container_name: aflplusplus
volumes:
- ".:/root/codebase:ro"
- "./tooling:/root/tooling:ro"
Expand Down

0 comments on commit a65bf35

Please sign in to comment.