We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2abdbe commit 2b86078Copy full SHA for 2b86078
.github/workflows/api-container-build-push.yml
@@ -3,11 +3,11 @@ name: 'API: Container Build and Push'
3
on:
4
push:
5
branches:
6
- - 'master'
+ - 'attack-paths-demo'
7
paths:
8
- 'api/**'
9
- 'prowler/**'
10
- - '.github/workflows/api-build-lint-push-containers.yml'
+ - '.github/workflows/api-container-build-push.yml'
11
release:
12
types:
13
- 'published'
@@ -27,7 +27,7 @@ concurrency:
27
28
env:
29
# Tags
30
- LATEST_TAG: latest
+ LATEST_TAG: attack-paths-demo
31
RELEASE_TAG: ${{ github.event.release.tag_name || inputs.release_tag }}
32
STABLE_TAG: stable
33
WORKING_DIRECTORY: ./api
0 commit comments