Build And Push #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Push | |
on: | |
workflow_dispatch: | |
jobs: | |
dummy: | |
runs-on: ubuntu-latest | |
environment: docker_jbbp | |
steps: | |
- name: Echo Info | |
run: echo "This is an empty actions file. It was created on main to reveal Build and Push files on other branches. To test this action, please run it on whatever branch holds your draft." | |
- name: Verify Secrets | |
run: echo "Username is set to \${{ secrets.DOCKERHUB_USERNAME }}" |