Skip to content

Commit cc1f731

Browse files
committed
.
Signed-off-by: Gil Desmarais <[email protected]>
1 parent 97c8f78 commit cc1f731

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

.github/workflows/test_build_push.yml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
bundle exec rake
4545
4646
docker-push:
47-
# if: ${{ github.ref == 'refs/heads/master' }}
47+
if: ${{ github.ref == 'refs/heads/master' }}
4848
needs:
4949
- docker-test
5050
- hadolint
@@ -95,7 +95,7 @@ jobs:
9595
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}
9696
with:
9797
context: .
98-
push: false
98+
push: true
9999
tags: |
100100
gilcreator/html2rss-web:latest
101101
gilcreator/html2rss-web:${{ github.sha }}
@@ -113,19 +113,7 @@ jobs:
113113
org.opencontainers.image.description=Generates RSS feeds of any website & serves to the web!
114114
org.opencontainers.image.sbom=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts
115115
116-
# - name: Generate SBOM
117-
# uses: anchore/[email protected]
118-
# with:
119-
# image: gilcreator/html2rss-web:${{ github.sha }}
120-
# output-file: sbom.spdx.json
121-
122-
# - name: Upload SBOM Artifact
123-
# uses: actions/upload-artifact@v4
124-
# with:
125-
# name: sbom
126-
# path: sbom.spdx.json
127-
128-
# - name: Move updated cache into place
129-
# run: |
130-
# rm -rf /tmp/.buildx-cache
131-
# mv /tmp/.buildx-cache-new /tmp/.buildx-cache
116+
- name: Move updated cache into place
117+
run: |
118+
rm -rf /tmp/.buildx-cache
119+
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Please refer to [html2rss' README for a description of _the feed config and its
137137
This web application is distributed in a [rolling release](https://en.wikipedia.org/wiki/Rolling_release) fashion from the `master` branch.
138138

139139
For the latest commit passing GitHub CI/CD on the master branch, an updated Docker image will be pushed to [Docker Hub: `gilcreator/html2rss-web`](https://hub.docker.com/r/gilcreator/html2rss-web).
140-
The [SBOM](https://en.wikipedia.org/wiki/Software_supply_chain) is embedded as an OCI label in the Docker image and is [also available as a build artifact](https://github.com/html2rss/html2rss-web/actions/workflows/test_build_push.yml?query=branch%3Amaster).
140+
The [SBOM](https://en.wikipedia.org/wiki/Software_supply_chain) is embedded in the Docker image.
141141

142142
GitHub's @dependabot is enabled for dependency updates and they are automatically merged to the `master` branch when the CI gives the green light.
143143

0 commit comments

Comments
 (0)