Skip to content

Commit 3493b06

Browse files
committed
Add missing ID to build and push Docker image step in workflow
1 parent 621d917 commit 3493b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
type=raw,value=latest,enable={{is_default_branch}}
5353
5454
- name: Build and push Docker image
55+
id: build
5556
uses: docker/build-push-action@v5
5657
with:
5758
context: .

0 commit comments

Comments
 (0)