Skip to content

Commit 0bf031f

Browse files
authored
Remove Docker setup step from build action
Removed the step for setting up Docker in the action.
1 parent e939a82 commit 0bf031f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/actions/build-docker-image/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ inputs:
3232
runs:
3333
using: composite
3434
steps:
35-
- name: Set up Docker
36-
uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0
37-
3835
- name: Login to DockerHub
3936
if: ${{ inputs.push_image == 'true' && inputs.dockerhub_repo != '' }}
4037
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0

0 commit comments

Comments
 (0)