Skip to content

Commit 2b86078

Browse files
authored
chore(api): build attack paths demo image (#9349)
1 parent b2abdbe commit 2b86078

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/api-container-build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: 'API: Container Build and Push'
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'attack-paths-demo'
77
paths:
88
- 'api/**'
99
- 'prowler/**'
10-
- '.github/workflows/api-build-lint-push-containers.yml'
10+
- '.github/workflows/api-container-build-push.yml'
1111
release:
1212
types:
1313
- 'published'
@@ -27,7 +27,7 @@ concurrency:
2727

2828
env:
2929
# Tags
30-
LATEST_TAG: latest
30+
LATEST_TAG: attack-paths-demo
3131
RELEASE_TAG: ${{ github.event.release.tag_name || inputs.release_tag }}
3232
STABLE_TAG: stable
3333
WORKING_DIRECTORY: ./api

0 commit comments

Comments
 (0)