Skip to content

Commit

Permalink
ci: Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola committed Feb 26, 2024
1 parent 41b1cca commit 893a3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish..yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4


- name: Cat Dockerfile
run: cat Dockerfile

Expand Down Expand Up @@ -82,6 +81,7 @@ jobs:
annotations: ${{ steps.meta.outputs.annotations }}
provenance: mode=max
sbom: true
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description="Custom Multi-Arch Container Image that contains unoserver, LibreOffice and major set of fonts for file format conversions"
# BuildKit doesn't preserve cache mounts in the GitHub Actions cache by default
# see: https://docs.docker.com/build/ci/github-actions/cache/#cache-mounts
# cache-from: type=gha
Expand Down

0 comments on commit 893a3ff

Please sign in to comment.