Skip to content

Commit

Permalink
[CI] Deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Jan 5, 2024
1 parent ae07a83 commit aa15b6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dispatch_daily_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
BRANCH: master
BRANCH_NAME: master
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ env.BRANCH }}
ref: ${{ env.BRANCH_NAME }}
token: ${{ secrets.PAT_TOKEN }}

- name: Set up QEMU
Expand All @@ -28,8 +28,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.CLOUDFORET_DOCKER_USERNAME }}
password: ${{ secrets.CLOUDFORET_DOCKER_PASSWORD }}
username: ${{ secrets.CLOUDFORET_DEV_DOCKER_USERNAME }}
password: ${{ secrets.CLOUDFORET_DEV_DOCKER_PASSWORD }}

- name: Get Date
id: get_date
Expand Down

0 comments on commit aa15b6c

Please sign in to comment.