Skip to content

Commit

Permalink
ci: update docker build process
Browse files Browse the repository at this point in the history
  • Loading branch information
yy4382 committed Feb 4, 2024
1 parent 0abcaa9 commit 5cdab82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
branches: [ master ]

env:
DOCKER_REPOSITORY: wxxxcxx/ms-ra-forwarder
DOCKER_REPOSITORY: yunfinibol/ms-ra-forwarder-for-ifreetime

jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'wxxxcxx/ms-ra-forwarder'
if: github.repository == 'yunfinibol/ms-ra-forwarder-for-ifreetime'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 5cdab82

Please sign in to comment.