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

This commit is contained in:
Eric X. Liu 2024-06-13 05:25:20 +00:00
parent 3316304f3d
commit b9719cbad0

View File

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