Skip to content

Commit

Permalink
define env
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Jan 3, 2024
1 parent e73c734 commit a5cbb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_image_main_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ on:
required: false
default: 'latest'
type: string
env:
docker-auth-token: ${{ secrets.DOCKER_AUTH_TOKEN }}

jobs:
env:
docker-auth-token: ${{ secrets.DOCKER_AUTH_TOKEN }}
deps:
uses: ./.github/workflows/docker_deps_image.yml
with:
Expand Down

0 comments on commit a5cbb11

Please sign in to comment.