diff --git a/.github/workflows/build_and_push.yaml b/.github/workflows/build_and_push.yaml index 307bbb1..61ae7a7 100644 --- a/.github/workflows/build_and_push.yaml +++ b/.github/workflows/build_and_push.yaml @@ -1,4 +1,6 @@ -#TODO trigger when build finishes +#READ THIS: +#this file is on main only to test github actions. it is a WIP + name: Build And Push on: # push: @@ -11,8 +13,12 @@ on: jobs: docker: runs-on: ubuntu-latest + environment: docker_jbbp steps: - + + - name: Verify Secrets + run: echo "Username is set to ${{ secrets.DOCKERHUB_USERNAME }}" + - name: Login to Docker Hub uses: docker/login-action@v3 with: @@ -38,4 +44,4 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: ${{ env.IMAGE_TAG }} #user/app:latest \ No newline at end of file + tags: ${{ env.IMAGE_TAG }} #user/app:latest