FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
testcontainers-java/.github/workflows/release.yml at master · silaev/testcontainers-java · GitHub
silaev
/
testcontainers-java
Public
forked from
testcontainers/testcontainers-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
181
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
testcontainers-java
/
.github
/
workflows
/
release.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
35 lines (29 loc) · 867 Bytes
Breadcrumbs
testcontainers-java
/
.github
/
workflows
/
release.yml
Copy path
File metadata and controls
35 lines (29 loc) · 867 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name
:
Release
on
:
release
:
types
:
[published]
env
:
AWS_ACCESS_KEY_ID
:
${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY
:
${{ secrets.AWS_SECRET_ACCESS_KEY }}
permissions
:
contents
:
read
jobs
:
release
:
runs-on
:
ubuntu-18.04
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/setup-java@v3
with
:
java-version
:
'
8.0.302
'
distribution
:
temurin
-
name
:
Clear existing docker image cache
run
:
docker image prune -af
-
name
:
Run Gradle Build
run
:
./gradlew build --scan --no-daemon -i -x test
-
name
:
Run Gradle Publish
run
:
|
./gradlew publish \
-Pversion="${{github.event.release.tag_name}}" --scan --no-daemon -i
env
:
OSSRH_USERNAME
:
${{secrets.OSSRH_USERNAME}}
OSSRH_PASSWORD
:
${{secrets.OSSRH_PASSWORD}}
Back
|
FazBrowse Home
|
New Git URL