Skip to content

Merge branch 'main' of https://github.com/marcderoo/application #1

Merge branch 'main' of https://github.com/marcderoo/application

Merge branch 'main' of https://github.com/marcderoo/application #1

Workflow file for this run

name: Construction image Docker
on:
push:
branches:
- main
- dev
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
with:
push: true
<<<<<<< HEAD

Check failure on line 31 in .github/workflows/prod.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/prod.yaml

Invalid workflow file

You have an error in your yaml syntax on line 31
tags: votre_compte_docker_hub/application:latest
=======
tags: linogaliana/application:latest
>>>>>>> 0ca74edb875d9fae755daf9338bdb7599589a225