Skip to content

Commit

Permalink
Remove testing changes; update output reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gergas3 committed Sep 6, 2024
1 parent e498aac commit 333f104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
on:
pull_request: {}
workflow_call:
outputs:
docker_image_tags:
description: "Docker image tags"
value: ${{ jobs.docker-build-and-push.outputs.docker_image_tags }}
value: ${{ jobs.merge-descriptors.outputs.docker_image_tags }}

name: Publish Docker image

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
# pull_request: {}
pull_request: {}
workflow_call:

name: Test
Expand Down

0 comments on commit 333f104

Please sign in to comment.