Compare commits
No commits in common. "6798be7385374978036e91c0abfce72701b7aa66" and "8264c49307ceec221f46bb06cc6ac085696b8af2" have entirely different histories.
6798be7385
...
8264c49307
26
.github/workflows/starter-docker.yml
vendored
26
.github/workflows/starter-docker.yml
vendored
@ -1,26 +0,0 @@
|
||||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Starter Docker
|
||||
uses: CUBETIQ/starter-docker-actions@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_SECRET }}
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
-
|
||||
name: Build and Push from Makefile
|
||||
run: |
|
||||
make build
|
@ -107,4 +107,4 @@ RUN echo "All has been completed, enjoy!"
|
||||
ENV JAVA_HOME=/opt/java/openjdk \
|
||||
PATH="/opt/java/openjdk/bin:$PATH"
|
||||
|
||||
CMD [ "java", "-version" ]
|
||||
ENTRYPOINT [ "./entrypoint.sh" ]
|
3
entrypoint.sh
Normal file
3
entrypoint.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Openjdk java runtime on calpine os linux"
|
Loading…
Reference in New Issue
Block a user