We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d049422 commit cb0ac3aCopy full SHA for cb0ac3a
.github/workflows/nginx_image.yml
@@ -23,7 +23,7 @@ jobs:
23
password: ${{ secrets.DOCKER_PW }}
24
-
25
name: Build and push Image
26
- run: |
+ run: |
27
VERSION=${{ github.event.inputs.tag }}
28
docker build -t filefighter/reverseproxy:$VERSION ReverseProxy/
29
docker push filefighter/reverseproxy:$VERSION
0 commit comments