Skip to content

Commit

Permalink
change envs / remove checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroBarillaPXL committed Oct 2, 2024
1 parent 983fb53 commit 4c441a9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -33,8 +30,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER}}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ secrets.DOCKERHUB_USER }}/expertlab
tags: latest
push: true
tags: ${{ secrets.DOCKERHUB_USER }}/expertlab:latest

0 comments on commit 4c441a9

Please sign in to comment.