Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Apr 11, 2023
2 parents 3da254a + edb0c3f commit 70eaab8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
imageSuffix="-beta"
RETRACED_VERSION="${RETRACED_VERSION}-beta.${GITHUB_RUN_NUMBER}"
fi
echo "${imagePath}"
echo "NPM_VERSION=${RETRACED_VERSION}" >> $GITHUB_OUTPUT
echo "PUBLISH_TAG=${publishTag}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -176,7 +175,7 @@ jobs:
if: github.ref == 'refs/heads/release'
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
username: boxyhq
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build and push
Expand Down

0 comments on commit 70eaab8

Please sign in to comment.