Skip to content

Commit c5f7072

Browse files
Fix location of context attribute
1 parent e248139 commit c5f7072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/authorization-server-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Build and push
3333
uses: docker/build-push-action@v6
34-
context: selenium/authorization-server
3534
with:
35+
context: selenium/authorization-server
3636
push: true
3737
tags: ${{ env.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}

0 commit comments

Comments
 (0)