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 489f7be commit 3df0d72
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,22 @@ jobs:
filters: .github/file-filters.yml
- name: Install regctl
uses: regclient/actions/regctl-installer@main
- name: Prepare Build Args
id: build_args
uses: ./.github/actions/build_args
with:
debug: true
- name: Docker meta
id: meta
uses: docker/[email protected]
with:
images: ${{ vars.DOCKER_IMAGE }}
flavor: |
prefix=test-
- name: Prepare Build Args
id: build_args
uses: ./.github/actions/build_args
with:
debug: true
labels: |
CHECKSUM=${{ steps.build_args.outputs.checksum }}
BUILD_DATE=${{ steps.build_args.outputs.build_date }}
SOURCE_COMMIT=${{ steps.build_args.outputs.source_commit }}
- run: |
echo "=========="
echo "${{ toJSON(steps.meta.outputs)}}"
Expand Down Expand Up @@ -89,10 +93,8 @@ jobs:
with:
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: "${{ steps.meta.outputs.labels }}\nlbl1=1\nlbl2=2"
annotations: ${{ steps.meta.outputs.annotations }}
a=1
b=1
labels: ${{ steps.meta.outputs.labels }}
annotations: "${{ steps.meta.outputs.annotations }}\na=1\nb=2"
target: 'python_dev_deps'
file: ./docker/Dockerfile
platforms: linux/amd64
Expand Down

0 comments on commit 3df0d72

Please sign in to comment.