Update .github/workflows/build.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 23s

This commit is contained in:
Eric X. Liu 2024-06-13 05:26:19 +00:00
parent b9719cbad0
commit f3aa5556ad

View File

@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- name: Log in to the Docker registry
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login ${{ secrets.DOCKER_REGISTRY }} -u ${{ secrets.DOCKER_USERNAME }} --password-stdin