Update ci.yml to remove login docker hub

This commit is contained in:
Samantha Yeep 2024-08-29 15:23:26 +08:00 committed by GitHub
parent f0840ce52b
commit c55cbf441c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,9 +61,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Log in to Docker Hub
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- name: Build Docker Image
run: docker build -t samanthayeep/petclinic-app:latest .