Skip to content

Commit cb0ac3a

Browse files
committed
FF-138 fixed workflow
1 parent d049422 commit cb0ac3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nginx_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
password: ${{ secrets.DOCKER_PW }}
2424
-
2525
name: Build and push Image
26-
run: |
26+
run: |
2727
VERSION=${{ github.event.inputs.tag }}
2828
docker build -t filefighter/reverseproxy:$VERSION ReverseProxy/
2929
docker push filefighter/reverseproxy:$VERSION

0 commit comments

Comments
 (0)