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 6394bd3 commit b03418cCopy full SHA for b03418c
Dockerfile
@@ -10,3 +10,9 @@ RUN apt update && \
10
apt install --no-install-recommends -y php && \
11
apt clean
12
CMD ["./zphisher.sh"]
13
+
14
+with:
15
+ name: garretth2007/zphisher
16
+ username: ${{ secrets.DOCKER_USERNAME }}
17
+ password: ${{ secrets.DOCKER_PASSWORD }}
18
+ dockerfile: Dockerfile
0 commit comments