We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c68a7 commit ae61d7eCopy full SHA for ae61d7e
.github/workflows/docker.yml
@@ -16,16 +16,17 @@ jobs:
16
contents: read
17
packages: write
18
steps:
19
- - uses: actions/checkout@v3
20
- - uses: docker/login-action@v2
+ - uses: actions/checkout@v4
+ - uses: docker/login-action@v3
21
with:
22
registry: ${{ env.REGISTRY }}
23
username: udashframework
24
password: ${{ secrets.GITHUB_TOKEN }}
25
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
26
27
distribution: temurin
28
- java-version: 11
+ java-version: 17
29
+ cache: sbt
30
- name: Get version
31
id: get_tag_name
32
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
0 commit comments