Skip to content

Commit

Permalink
testing staging environment backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
Koufan-De-King committed Nov 27, 2024
1 parent 18df32a commit 2d31d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.WEBANK_USERAPP_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 2d31d41

Please sign in to comment.