From 75a98a0d4726a0633f9d25b2e44f66195047ed24 Mon Sep 17 00:00:00 2001 From: TeachMeTW Date: Tue, 8 Oct 2024 15:05:00 -0700 Subject: [PATCH] removed placeholder --- .github/workflows/pipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipe.yml b/.github/workflows/pipe.yml index b6e8e37..e5c93c3 100644 --- a/.github/workflows/pipe.yml +++ b/.github/workflows/pipe.yml @@ -31,7 +31,7 @@ jobs: with: context: . push: true - tags: yourdockerhubusername/streamlit-app:latest # Replace with your Docker Hub repo + tags: ${{ secrets.DOCKERHUB_USERNAME }}/streamlit:latest # Step 5: Set up SSH - name: Setup SSH