Skip to content

Commit a24cfaa

Browse files
author
Javad Malaquti
committed
feat: PR feedback - build and publish containers for spring run and tomcat
1 parent 6a6bc17 commit a24cfaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
env:
7272
DISTRO: ${{ matrix.DISTRO }}
7373
PLATFORMS: linux/arm64,linux/amd64
74-
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
75-
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
74+
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
75+
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
7676
IMAGE_REGISTRY: ${{ vars.IMAGE_REGISTRY }}

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ $(docker manifest inspect $IMAGE:${DISTRO}-${VERSION} > /dev/null ; echo $?
2626
exit 0
2727
fi
2828

29-
docker login -u "${DOCKER_HUB_USERNAME}" -p "${DOCKER_HUB_PASSWORD}"
29+
docker login -u "${DOCKERHUB_USERNAME}" -p "${DOCKERHUB_PASSWORD}"
3030

3131
tags=()
3232

0 commit comments

Comments
 (0)