Skip to content

Commit

Permalink
Updated Dockerhub organization
Browse files Browse the repository at this point in the history
Updated dockerhub organization
  • Loading branch information
joaolcorreia authored Oct 21, 2024
1 parent 543c4ca commit db49703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# id: meta
# uses: docker/metadata-action@v3
# with:
# images: snowplow/scala-stream-collector-${{ matrix.platform }}${{ matrix.suffix }}
# images: opensnowcat/opensnowcat-collector-${{ matrix.platform }}${{ matrix.suffix }}
# tags: |
# type=raw,value=latest,enable=${{ !contains(steps.ver.outputs.project_version, 'rc') }}
# type=raw,value=latest-focal,enable=${{ !contains(steps.ver.outputs.project_version, 'rc') }}
Expand All @@ -109,7 +109,7 @@ jobs:
# id: distroless-meta
# uses: docker/metadata-action@v3
# with:
# images: snowplow/scala-stream-collector-${{ matrix.platform }}${{ matrix.suffix }}
# images: opensnowcat/opensnowcat-collector-${{ matrix.platform }}${{ matrix.suffix }}
# tags: |
# type=raw,value=latest-distroless,enable=${{ !contains(steps.ver.outputs.project_version, 'rc') }}
# type=raw,value=${{ steps.ver.outputs.project_version }}-distroless
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
# uses: snyk/actions/docker@master
# if: matrix.run_snyk
# with:
# image: "snowplow/scala-stream-collector-${{ matrix.platform }}:${{ github.ref_name }}-distroless"
# image: "opensnowcat/opensnowcat-collector-${{ matrix.platform }}:${{ github.ref_name }}-distroless"
# args: "--app-vulns --org=data-processing-new"
# command: monitor
# env:
Expand Down

0 comments on commit db49703

Please sign in to comment.