From 5c8300b50408dd24cdf136783e9732f3e8a91ecc Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 12 Oct 2023 15:54:21 -0700 Subject: [PATCH] fix syntax --- .github/workflows/publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 07cb951..de4339a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,6 +14,8 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: build_images + - name: Checkout repository + uses: actions/checkout@v4 + - name: Build and push Docker images run: | bash release.sh