Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarleviCm committed May 2, 2024
1 parent ac50093 commit 2934281
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ jobs:
# run: |
# docker version
# docker info
- name: install docker
if: inputs.dev == false
uses: docker-practice/actions-setup-docker@v1
timeout-minutes: 12
run: |
set -x
docker version
docker run --rm hello-world
- name: Login to Docker Hub
if: inputs.dev == false
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 #v1
Expand Down

0 comments on commit 2934281

Please sign in to comment.