Skip to content

Add or update the Azure App Service build and deployment workflow config #11

Add or update the Azure App Service build and deployment workflow config

Add or update the Azure App Service build and deployment workflow config #11

name: CI - build and push to Dockerhub
on:
push:
branches:
- 'master'
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: vuevska/devops-project:latest