Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
akilangh committed Mar 4, 2024
1 parent abde883 commit 60093e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ae-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
type=sha,prefix=core-{{branch}}-sha,suffix=-debug
- name: Build and push debug image
id: build_image
id: build_image_debug
uses: docker/build-push-action@v5
with:
file: ./dockerfiles/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ae-build-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
type=sha,prefix=core-{{branch}}-sha,suffix=-debug
- name: Build and push debug image
id: build_image
id: build_image_debug
uses: docker/build-push-action@v5
with:
file: ./dockerfiles/Dockerfile
Expand Down

0 comments on commit 60093e3

Please sign in to comment.