From 0d6e676c16626f6253d6ba3db072d94891d2a79c Mon Sep 17 00:00:00 2001 From: cjmyers Date: Mon, 6 May 2024 11:20:26 -0600 Subject: [PATCH] Update snapshot-frontend.yml --- .github/workflows/snapshot-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-frontend.yml b/.github/workflows/snapshot-frontend.yml index c71aeba4..152cce3b 100644 --- a/.github/workflows/snapshot-frontend.yml +++ b/.github/workflows/snapshot-frontend.yml @@ -9,7 +9,7 @@ on: jobs: build-and-push: - name: Build frontent image and push to Docker Hub + name: Build frontend image and push to Docker Hub runs-on: ubuntu-latest steps: - uses: actions/checkout@v2