Skip to content

feat/fix: Update Docker login credentials in GitHu #1

feat/fix: Update Docker login credentials in GitHu

feat/fix: Update Docker login credentials in GitHu #1

Workflow file for this run

// File: .github/workflows/main.yml
name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Login to Docker
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
# Rest of the steps...
// File: .github/workflows/main.yml

Check failure on line 26 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 26