Skip to content

Commit

Permalink
[release-5.2] Test to check sbom generation (#5591) (#5624)
Browse files Browse the repository at this point in the history
Cherry picked change missing from PR #5591 due to release bot failure.

Co-authored-by: Leonid Bugaev <[email protected]>
Co-authored-by: Esteban Ricardo Mirizio <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2023
1 parent 0efcb53 commit 639eb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=sha
type=sha,format=long,prefix=
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{version}}
Expand All @@ -145,7 +146,7 @@ jobs:
run: |
set +e
IFS=$'\n' tags=($t)
for tag in $tags; do
for tag in "${tags[@]}"; do
for arch in amd64 arm64; do
docker tag tykio/tyk-gateway:v0.0.0-${arch} ${tag}-${arch} && docker push ${tag}-${arch}
done
Expand Down
1 change: 0 additions & 1 deletion ci/Dockerfile.std
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Generated by: gromit policy
# Generated on: Tue Aug 15 08:42:02 UTC 2023

Expand Down

0 comments on commit 639eb28

Please sign in to comment.