Skip to content

Commit

Permalink
Update context of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux123123 committed Jan 18, 2025
1 parent e44ca14 commit 14a9e4c
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 609 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anti-malware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: ./java
context: ./java/anti-malware
file: ./java/anti-malware/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/sparkedhost/images:anti-malware
ghcr.io/sparkedhost/images:anti-malware
2 changes: 1 addition & 1 deletion .github/workflows/azul-prime-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: .
context: ./java
file: ./java/azul-prime/azul-prime-17/Dockerfile
platforms: linux/amd64
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/azul-prime-19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: .
context: ./java
file: ./java/azul-prime/azul-prime-19/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/sparkedhost/images:azul-prime-19
ghcr.io/sparkedhost/images:azul-prime-19
6 changes: 3 additions & 3 deletions .github/workflows/graalvm-19.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build azul-prime-17
name: Build graalvm-19
on:
push:
branches:
Expand Down Expand Up @@ -26,9 +26,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: .
context: ./java
file: ./java/graalvm/graalvm-19/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/sparkedhost/images:graalvm-19
ghcr.io/sparkedhost/images:graalvm-19
6 changes: 3 additions & 3 deletions .github/workflows/graalvm-20.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build azul-prime-17
name: Build graalvm-20
on:
push:
branches:
Expand Down Expand Up @@ -26,9 +26,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: .
context: ./java
file: ./java/graalvm/graalvm-20/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/sparkedhost/images:graalvm-20
ghcr.io/sparkedhost/images:graalvm-20
4 changes: 2 additions & 2 deletions .github/workflows/graalvm-21.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build azul-prime-17
name: Build graalvm-21
on:
push:
branches:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: .
context: ./java
file: ./java/graalvm/graalvm-21/Dockerfile
platforms: linux/amd64
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalvm-22.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build azul-prime-17
name: Build graalvm-22
on:
push:
branches:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: .
context: ./java
file: ./java/graalvm/graalvm-22/Dockerfile
platforms: linux/amd64
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/graalvm-23.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build azul-prime-17
name: Build graalvm-23
on:
push:
branches:
Expand Down Expand Up @@ -26,9 +26,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: .
context: ./java
file: ./java/graalvm/graalvm-23/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/sparkedhost/images:graalvm-23
ghcr.io/sparkedhost/images:graalvm-23
144 changes: 0 additions & 144 deletions entrypoint.sh

This file was deleted.

2 changes: 1 addition & 1 deletion java/anti-malware/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ ENV USER=container HOME=/home/container

WORKDIR /home/container

COPY ./anti-malware/entrypoint.sh /entrypoint.sh
COPY ./entrypoint.sh /entrypoint.sh

CMD ["/bin/bash", "/entrypoint.sh"]
Loading

0 comments on commit 14a9e4c

Please sign in to comment.