Skip to content

Commit

Permalink
cicd change
Browse files Browse the repository at this point in the history
  • Loading branch information
murilosb committed Sep 6, 2023
1 parent 765b533 commit 1d94404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cicd_iped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
ipeddocker/iped:processor
ipeddocker/iped:processor_${{ env.VERSION }}
push: true
build-args: |
"SNAPSHOT=false"
secrets: |
"ACTION_GH_TOKEN=${{ secrets.ACTION_GH_TOKEN }}"
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/cicd_transcriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
ipeddocker/iped:transcriptor
ipeddocker/iped:transcriptor_${{ env.VERSION }}
provenance: false
push: true
build-args: |
"SNAPSHOT=false"
push: true
secrets: |
"ACTION_GH_TOKEN=${{ secrets.ACTION_GH_TOKEN }}"
Expand All @@ -49,8 +47,6 @@ jobs:
ipeddocker/iped:transcriptor_central_node_${{ env.VERSION }}
provenance: false
push: true
build-args: |
"SNAPSHOT=false"
secrets: |
"ACTION_GH_TOKEN=${{ secrets.ACTION_GH_TOKEN }}"

0 comments on commit 1d94404

Please sign in to comment.