From 277bf4fb4df70751b03bdd3d760046e9e16059c3 Mon Sep 17 00:00:00 2001 From: Peter Wall Date: Wed, 7 Aug 2024 08:22:04 +0200 Subject: [PATCH] fix step name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6947a35..eedf06a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: id: ruby-version run: | echo "ruby_version=$(cat .ruby-version)" >> "$GITHUB_OUTPUT" - - name: Build and push Docker image with revision and latest tags + - name: Build and push Docker uses: docker/build-push-action@v5 with: build-args: |