Skip to content

Commit

Permalink
Add metadata output
Browse files Browse the repository at this point in the history
  • Loading branch information
dippynark committed Dec 31, 2023
1 parent 255a1a2 commit 386069a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- lint
- test
runs-on: ubuntu-latest
outputs:
metadata: ${{ steps.build.outputs.metadata }}
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
Expand All @@ -54,6 +56,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
id: build
env:
# https://github.com/github/docs/issues/15319#issuecomment-1662257301
BRANCH: ${{ github.event.pull_request && github.head_ref || github.ref_name }}
Expand Down

0 comments on commit 386069a

Please sign in to comment.