Skip to content

chore(deps): update dependency @nestjs/schematics to ^10.1.4 (#1241) #540

chore(deps): update dependency @nestjs/schematics to ^10.1.4 (#1241)

chore(deps): update dependency @nestjs/schematics to ^10.1.4 (#1241) #540

name: ⛵️ Push On Develop Branch Workflow
on:
push:
branches:
- "develop"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
upload-to-docker-hub:
name: Upload image with develop tag to Docker Hub 🐳
runs-on: ubuntu-latest
steps:
- name: Checkout GitHub repository 📡
uses: actions/checkout@v4
- name: Log in to Docker Hub 🔐
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push Docker image 🐳
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
tags: antoinezanardi/werewolves-assistant-api:develop