Skip to content

Commit 2af058a

Browse files
authored
Update create-dockerfiles.yml
1 parent 4169a76 commit 2af058a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/create-dockerfiles.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [released]
77

88
jobs:
9-
update-latest-tag:
9+
update latest tag:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout
@@ -38,10 +38,12 @@ jobs:
3838
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
41-
4241
build-and-push-dockerfile-images:
4342
runs-on: ubuntu-22.04
4443
steps:
44+
- name: Checkout
45+
uses: actions/checkout@v4
46+
4547
- name: Set JAVA_HOME
4648
run: |
4749
echo "JAVA_8_HOME=$JAVA_HOME_8_X64" >> $GITHUB_ENV
@@ -74,6 +76,9 @@ jobs:
7476
build-and-push-spring-boot-docker-images:
7577
runs-on: ubuntu-22.04
7678
steps:
79+
- name: Checkout
80+
uses: actions/checkout@v4
81+
7782
- name: Set JAVA_HOME
7883
run: |
7984
echo "JAVA_8_HOME=$JAVA_HOME_8_X64" >> $GITHUB_ENV

0 commit comments

Comments
 (0)