Skip to content

Commit

Permalink
fix pipeline for bb-ops{,.alpine} images
Browse files Browse the repository at this point in the history
  • Loading branch information
jf committed Sep 2, 2024
1 parent bb87988 commit 68f0ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push_docker_hub:_bb-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: build and push (Docker Hub)
uses: docker/build-push-action@v6
with:
file: pipeline-notifier/Dockerfile
file: Dockerfile

push: true
sbom: true
Expand All @@ -47,7 +47,7 @@ jobs:
- name: build and push .alpine (Docker Hub)
uses: docker/build-push-action@v6
with:
file: pipeline-notifier/Dockerfile.alpine
file: Dockerfile.alpine

push: true
sbom: true
Expand Down

0 comments on commit 68f0ff8

Please sign in to comment.