Skip to content

Commit

Permalink
ci(github): update
Browse files Browse the repository at this point in the history
[1] ────
Update '.github/workflow/*' for changes in secret names and workflow updates
  • Loading branch information
migbash committed Dec 12, 2024
1 parent c7f52e3 commit 8235710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.main.tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
ref: ${{ github.ref }}
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_PASSWORD }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: "STEP /:/ build docker image"
run: |
Expand All @@ -185,7 +185,7 @@ jobs:
make docker-image-publish-to-registry
env:
ENV_IMAGE_TAG_ID: ${{ env.ENV_IMAGE_TAG_ID }}
ENV_DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_PASSWORD }}
ENV_DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
#

# ╭──────────────────────────────────────────────────────────────────╮
Expand Down

0 comments on commit 8235710

Please sign in to comment.