Skip to content

Commit

Permalink
test no tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroBarillaPXL committed Oct 3, 2024
1 parent a266b0a commit 267a96b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: npm test
docker:
runs-on: ubuntu-latest
#needs: test
needs: test
steps:
- name: Set image tag
run: |
Expand All @@ -31,6 +31,7 @@ jobs:
echo "TAG=latest" >> $GITHUB_ENV
fi
echo "TAG: $TAG"
#source: https://chatgpt.com/share/66fe5874-6410-8009-ab95-d2fe9956a708

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 267a96b

Please sign in to comment.