Skip to content

Commit ce53efd

Browse files
committed
remove context option
1 parent adddb2d commit ce53efd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-server.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Build Server
2+
13
on:
24
pull_request:
35
branches: [main]
@@ -6,7 +8,7 @@ on:
68

79
jobs:
810
build-and-push:
9-
name: Build server
11+
name: Build and Push
1012
runs-on: ubuntu-latest
1113
steps:
1214
- name: Set up QEMU
@@ -33,7 +35,6 @@ jobs:
3335
- name: Build and push
3436
uses: docker/build-push-action@v6
3537
with:
36-
context: .
3738
# push: ${{ github.event_name != 'pull_request' }}
3839
tags: ${{ steps.meta.outputs.tags }}
3940
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)