Skip to content

Commit

Permalink
update id job (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifkiyupra authored Feb 13, 2025
1 parent 10720f5 commit 3857e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: crazy-max/ghaction-github-runtime@v3

- name: Build for Service opencti-connector-aggregator
id: push
id: push-aggregator
uses: docker/build-push-action@v6
with:
context: .
Expand All @@ -69,7 +69,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Build for Service opencti-connector-parser
id: push
id: push-parser
uses: docker/build-push-action@v6
with:
context: .
Expand Down

0 comments on commit 3857e33

Please sign in to comment.