Skip to content

Commit

Permalink
fix(ci): use correct gitlab registry (teutonet#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored and SyeKlu committed Nov 21, 2024
1 parent db5f79f commit 9360c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/generate-sarif-reports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -eu
set -o pipefail

declare -A IMAGE_PULL_TOKENS=(
[gitlab.teuto.net]="${TEUTO_PORTAL_WORKER_PULL_TOKEN}"
[registry - gitlab.teuto.net]="${TEUTO_PORTAL_WORKER_PULL_TOKEN}"
)

function createSarifReports() {
Expand Down

0 comments on commit 9360c6b

Please sign in to comment.