Skip to content

Commit

Permalink
added build and push
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoChiosa committed Nov 15, 2023
1 parent 615bacd commit 2738b12
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,10 @@ jobs:
registry: https://${{ secrets.HARBOR_REGISTRY_URL }}
username: ${{ secrets.HARBOR_REGISTRY_USERNAME }}
password: ${{ secrets.HARBOR_REGISTRY_PASSWORD }}

# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
# - name: Build and push
# uses: docker/build-push-action@v5
# with:
# push: true
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true

#on:
# push:
Expand Down

0 comments on commit 2738b12

Please sign in to comment.