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 4169a76 commit 2af058aCopy full SHA for 2af058a
.github/workflows/create-dockerfiles.yml
@@ -6,7 +6,7 @@ on:
6
types: [released]
7
8
jobs:
9
- update-latest-tag:
+ update latest tag:
10
runs-on: ubuntu-22.04
11
steps:
12
- name: Checkout
@@ -38,10 +38,12 @@ jobs:
38
39
env:
40
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
41
-
42
build-and-push-dockerfile-images:
43
44
+ - name: Checkout
45
+ uses: actions/checkout@v4
46
+
47
- name: Set JAVA_HOME
48
run: |
49
echo "JAVA_8_HOME=$JAVA_HOME_8_X64" >> $GITHUB_ENV
@@ -74,6 +76,9 @@ jobs:
74
76
build-and-push-spring-boot-docker-images:
75
77
78
79
80
81
82
83
84
0 commit comments