Skip to content

Commit 86c529a

Browse files
committed
fix: delete "context ."
1 parent 8276bf6 commit 86c529a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Image CI
1+
name: Docker Image Build and Push
22

33
on:
44
# push:
@@ -32,7 +32,6 @@ jobs:
3232
- name: Build and push
3333
uses: docker/build-push-action@v6
3434
with:
35-
context: .
3635
platforms: linux/amd64,linux/arm64
3736
sbom: true
3837
push: true

0 commit comments

Comments
 (0)