Skip to content

Commit

Permalink
Don't push to DockerHub
Browse files Browse the repository at this point in the history
We don't yet have a DockerHub repo for the feedback agent.
  • Loading branch information
DavidCroftDKFZ committed Oct 21, 2024
1 parent 7fb092f commit 9b0b04e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ jobs:
type=sha,format=long
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push image
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
# - name: Build and push image
# uses: docker/build-push-action@v2
# with:
# context: .
# platforms: linux/amd64, linux/arm64
# push: true
# tags: ${{ steps.docker-meta.outputs.tags }}
# labels: ${{ steps.docker-meta.outputs.labels }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit 9b0b04e

Please sign in to comment.