Skip to content

Commit

Permalink
refactor(deploy): fix versioning Dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrizord committed Sep 2, 2024
1 parent 789a976 commit 454da7b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Cache local Maven repository
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Verify cache usage
run: ls -l ~/.m2/repository

- name: Build and push to Docker Hub
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 454da7b

Please sign in to comment.