From 901ee199193b4c9a1f714f84399f74467cd18ae4 Mon Sep 17 00:00:00 2001 From: aldiab Date: Tue, 23 Jul 2024 19:14:14 +0300 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 26a7b5d..41063a5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,11 +29,11 @@ jobs: cd target ls -al java -jar TestCI-1.0-SNAPSHOT.jar - - name: Build and Push docker image - uses: mr-smithers-excellent/docker-build-push@v5 - with: - image: aldiab/testci2 - registry: docker.io - dockerfile: Dockerfile.ci - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} +# - name: Build and Push docker image + # uses: mr-smithers-excellent/docker-build-push@v5 + # with: + # image: aldiab/testci2 + # registry: docker.io + # dockerfile: Dockerfile.ci + # username: ${{ secrets.DOCKER_USERNAME }} + # password: ${{ secrets.DOCKER_PASSWORD }}