From a8ecba9da35b53c1dc829d90bc7ff308d386ce54 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 27 Jul 2022 12:57:04 +0200 Subject: [PATCH] ci: typo fix --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1adecec62a..7973eac72d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -69,7 +69,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push publically + - name: Build and push publicly uses: docker/build-push-action@v3 if: github.event_name != 'pull_request' with: