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 154f1b6 commit 489f7be
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ jobs:
- name: "---"
shell: bash
run: |
echo ${{ steps.meta.outputs.annotations }}
echo ${{ steps.meta.outputs.tags }}
echo "${{ steps.meta.outputs.labels }}"
echo "${{ steps.meta.outputs.annotations }}"
echo "${{ steps.meta.outputs.tags }}"
regctl manifest get ${{ vars.DOCKER_IMAGE }}:${{ steps.meta.outputs.version }} -p linux/amd64
- name: Set up Docker Buildx
Expand All @@ -88,8 +89,10 @@ jobs:
with:
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}; lbl1=1; lbl2=2
annotations: ${{ steps.meta.outputs.annotations }}; a=1, b=1
labels: "${{ steps.meta.outputs.labels }}\nlbl1=1\nlbl2=2"
annotations: ${{ steps.meta.outputs.annotations }}
a=1
b=1
target: 'python_dev_deps'
file: ./docker/Dockerfile
platforms: linux/amd64
Expand Down

0 comments on commit 489f7be

Please sign in to comment.