Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed May 8, 2024
1 parent c1fdd16 commit 37085f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if-no-files-found: error

bakery_metadata:
name: Docker Image Metedata
name: Bakery Image Metedata
runs-on: ubuntu-latest
outputs:
labels: ${{ steps.meta.outputs.labels }}
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"
- name: Upload Digest
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bakery-digests
path: /tmp/digests/*
Expand Down

0 comments on commit 37085f9

Please sign in to comment.