Skip to content

Commit

Permalink
chore: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed May 27, 2024
1 parent f216035 commit 7a578ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
buildAndPush:
runs-on: {{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
env:
DOCKERHUB_USERNAME: ${{ secrets.DEV_DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DEV_DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 7a578ab

Please sign in to comment.