Skip to content

Commit

Permalink
- updates ci:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 18, 2024
1 parent 3df0d72 commit b5d7c83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@ jobs:
with:
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: "${{ steps.meta.outputs.annotations }}\na=1\nb=2"
labels: "${{ steps.meta.outputs.labels }}\na=1\nb=2"
annotations: "${{ steps.meta.outputs.annotations }}
checksum=${{ steps.build_args.outputs.checksum }}
commit=${{ steps.build_args.outputs.source_commit }}
"
target: 'python_dev_deps'
file: ./docker/Dockerfile
platforms: linux/amd64
Expand Down

0 comments on commit b5d7c83

Please sign in to comment.