Skip to content

Commit

Permalink
WTF
Browse files Browse the repository at this point in the history
  • Loading branch information
numan947 committed Sep 20, 2024
1 parent ae485fb commit 70f60ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
run: |
cd rent-a-tool
echo "VERSION=$(./mvnw -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_OUTPUT
echo "Output of the previous step: ${{ steps.extract_version.outputs.VERSION }}"
echo "DOCKER USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}"
- name: Login to DockerHub
uses: docker/login-action@v3
Expand All @@ -113,6 +115,4 @@ jobs:
build-args: |
PROFILE=dev
APP_VERSION=${{ steps.extract_version.outputs.VERSION }}
run: |
echo "Output of the previous step: ${{ steps.extract_version.outputs.VERSION }}"
echo "DOCKER USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}"

0 comments on commit 70f60ca

Please sign in to comment.