Skip to content

Commit

Permalink
image build
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed May 15, 2024
1 parent bfc7e51 commit 0168417
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
MY_GITHUB_USER: ${{ secrets.MY_GITHUB_USER }}
MY_GITHUB_REGISTRY: ${{ secrets.MY_GITHUB_REGISTRY }}
steps:
- name: Checkout recursive
uses: actions/checkout@v2
#- name: License check
# uses: apache/skywalking-eyes@main
- name: License check
uses: apache/skywalking-eyes@main
# continue-on-error: true
- name: Task
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
Expand Down

0 comments on commit 0168417

Please sign in to comment.