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 cc163ec commit c1a819f
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 @@ -3,7 +3,7 @@ name: Create and publish a Docker image
on:
push:
branches:
- docker-runtime
- main

env:
REGISTRY: ghcr.io
Expand All @@ -24,7 +24,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 c1a819f

Please sign in to comment.