Skip to content

Github Action : changement variable username password #2

Github Action : changement variable username password

Github Action : changement variable username password #2

name: Publish Docker image
on:
push:
branches:
- main
- docker-compose-support
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ noisette.DOCKERHUB_USERNAME }}

Check failure on line 19 in .github/workflows/docker-publish.yml

View workflow run for this annotation

GitHub Actions / Publish Docker image

Invalid workflow file

The workflow is not valid. .github/workflows/docker-publish.yml (Line: 19, Col: 21): Unrecognized named-value: 'noisette'. Located at position 1 within expression: noisette.DOCKERHUB_USERNAME .github/workflows/docker-publish.yml (Line: 20, Col: 21): Unrecognized named-value: 'noisette'. Located at position 1 within expression: noisette.DOCKERHUB_TOKEN

Check failure on line 19 in .github/workflows/docker-publish.yml

View workflow run for this annotation

GitHub Actions / Publish Docker image

Invalid workflow file

The workflow is not valid. .github/workflows/docker-publish.yml (Line: 19, Col: 21): Unrecognized named-value: 'noisette'. Located at position 1 within expression: noisette.DOCKERHUB_USERNAME .github/workflows/docker-publish.yml (Line: 20, Col: 21): Unrecognized named-value: 'noisette'. Located at position 1 within expression: noisette.DOCKERHUB_TOKEN
password: ${{ noisette.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: jeromev34/corbeaudocker:latest