Skip to content

Commit 049f36d

Browse files
Use meta.outputs.tags to pass image to test job
1 parent 3dd1c2b commit 049f36d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
outputs:
16-
imageid: ${{ steps.build.outputs.imageid }}
16+
image: ${{ steps.meta.outputs.tags }}
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
needs:
5555
- build
5656
env:
57-
DOCKER_APP_IMAGE: ${{ needs.build.outputs.imageid }}
57+
DOCKER_APP_IMAGE: ${{ needs.build.outputs.image }}
5858
steps:
5959
- name: Checkout code
6060
uses: actions/checkout@v4

0 commit comments

Comments
 (0)