Skip to content

Commit 9154e90

Browse files
committed
Fixed context
1 parent 409fc71 commit 9154e90

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/docker-latest-tag.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
runs-on: ubuntu-latest
2020

21-
name: Tag Release
21+
name: Tag Latest Release
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -57,12 +57,9 @@ jobs:
5757
run: |
5858
php artisan app:build network-watcher --build-version=stable
5959
60-
- name: Remove gitignore
61-
run: |
62-
rm .gitignore
63-
6460
- name: Build and Push
6561
uses: docker/build-push-action@v2
6662
with:
6763
push: true
6864
tags: quay.io/soketi/network-watcher:latest
65+
context: .

0 commit comments

Comments
 (0)