Skip to content

Commit

Permalink
chore(gha): re-enable docker pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Oct 9, 2024
1 parent 4753d95 commit c38f18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
PRIVATE_MVN_REGISTRY_URL: ${{ secrets.GITLAB_MAVEN_REGISTRY_URL }}
PRIVATE_MVN_REGISTRY_USER: ${{ secrets.GITLAB_PKG_REGISTRY_USER }}
PRIVATE_MVN_REGISTRY_PASS: ${{ secrets.GITLAB_PKG_REGISTRY_TOKEN }}
DOCKER_PUSH: false
DOCKER_PUSH: true

jobs:
publish:
Expand Down

0 comments on commit c38f18e

Please sign in to comment.