Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 4d40101

Browse files
authored
Fixed typo in pipeline
1 parent 7a6ccc9 commit 4d40101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/featureRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Build and Push Image
3030
run: |
3131
docker build . -t filefighter/ftp-service:feature
32-
docker push filefighter/ftp-service:featrue
32+
docker push filefighter/ftp-service:feature

0 commit comments

Comments
 (0)