From fa3af9197248157804b1a2f0a4fb5f3db1d28ead Mon Sep 17 00:00:00 2001 From: Victor Romero Date: Wed, 26 Feb 2025 13:27:53 -0600 Subject: [PATCH] Aply prettier --- .github/workflows/create-docker-hub-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/create-docker-hub-image.yml b/.github/workflows/create-docker-hub-image.yml index 7ceef9424..23847eddb 100644 --- a/.github/workflows/create-docker-hub-image.yml +++ b/.github/workflows/create-docker-hub-image.yml @@ -24,7 +24,7 @@ jobs: shell: bash run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT id: extract_branch - + - name: Build the Docker image run: docker build -t web-app:latest . @@ -33,4 +33,3 @@ jobs: - name: Docker Hub Push run: docker image push $DOCKER_ORGANIZATION/web-app:${{ steps.extract_branch.outputs.branch }} -