Skip to content

Commit

Permalink
Updated docker file for push
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronster2018 committed Feb 16, 2024
1 parent 551a50e commit 890a4e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
# workflow_dispatch or other trigger
echo "tag=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
echo "push_latest=${{ github.event.inputs.push_latest }}" >> $GITHUB_ENV
# if [ ${{ github.event.inputs.unstable}} ];
# then
# echo "unstable=-unstable" >> $GITHUB_ENV
# else
# echo "unstable=''" >> $GITHUB_ENV
# fi
fi
- name: Build Image
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM alpine
CMD [ "echo", "Hello World" ]
CMD [ "echo", "Hello World!!" ]

0 comments on commit 890a4e6

Please sign in to comment.