Skip to content

Commit

Permalink
drop me: test publish & buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkelemen committed Oct 16, 2023
1 parent 4b5eadc commit 59fa196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-and-publish-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
publish:
runs-on: aws-arm-core-2-default
needs: build-and-test
if: ${{ github.ref == 'refs/heads/next' || startsWith(github.ref, 'refs/heads/7.') }}
#if: ${{ github.ref == 'refs/heads/next' || startsWith(github.ref, 'refs/heads/7.') }}
strategy:
matrix:
DISTRO: [tomcat, wildfly, run]
Expand Down
5 changes: 2 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ function build_and_push {
--build-arg EE=${EE} \
--build-arg USER=${NEXUS_USER} \
--build-arg PASSWORD=${NEXUS_PASS} \
--platform $PLATFORMS \
--push
--platform $PLATFORMS
echo "::endgroup::"

echo "Tags released:" >> $GITHUB_STEP_SUMMARY
Expand All @@ -39,7 +38,7 @@ if [ $(docker manifest inspect $IMAGE:${DISTRO}-${VERSION} > /dev/null ; echo $?
exit 0
fi

docker login -u "${DOCKER_HUB_USERNAME}" -p "${DOCKER_HUB_PASSWORD}"
#docker login -u "${DOCKER_HUB_USERNAME}" -p "${DOCKER_HUB_PASSWORD}"

tags=()

Expand Down

0 comments on commit 59fa196

Please sign in to comment.